Class ConsoleSource
java.lang.Object
org.incendo.cloud.paper.util.sender.ConsoleSource
- All Implemented Interfaces:
Source
-
Method Summary
Modifier and TypeMethodDescriptionsource()Gets the underlyingsenderfrom thesource stack.final @NonNull CommandSourceStackstack()Gets theCommandSourceStack.
-
Method Details
-
source
Gets the underlyingsenderfrom thesource stack.Specific implementations may override this method with a more specific return type.
-
stack
Description copied from interface:SourceGets theCommandSourceStack.
-