Package cn.ycraft.limbo.command.context
Class WorldContext
java.lang.Object
cn.ycraft.limbo.command.context.WorldContext
- All Implemented Interfaces:
dev.rollczi.litecommands.context.ContextChainedProvider<CommandSender,
,World> dev.rollczi.litecommands.context.ContextProvider<CommandSender,
World>
public class WorldContext
extends Object
implements dev.rollczi.litecommands.context.ContextProvider<CommandSender,World>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.rollczi.litecommands.context.ContextResult<World>
provide
(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.rollczi.litecommands.context.ContextProvider
provide
-
Constructor Details
-
WorldContext
-
-
Method Details
-
provide
public dev.rollczi.litecommands.context.ContextResult<World> provide(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) - Specified by:
provide
in interfacedev.rollczi.litecommands.context.ContextProvider<CommandSender,
World>
-