Package co.aikar.commands.contexts
Class CommandResultSupplier
- java.lang.Object
-
- co.aikar.commands.contexts.CommandResultSupplier
-
- All Implemented Interfaces:
Consumer<org.spongepowered.api.command.CommandResult>
public class CommandResultSupplier extends Object implements Consumer<org.spongepowered.api.command.CommandResult>
-
-
Constructor Summary
Constructors Constructor Description CommandResultSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.spongepowered.api.command.CommandResult commandResult)
-
-
-
Constructor Detail
-
CommandResultSupplier
public CommandResultSupplier()
-
-