Package cn.ycraft.limbo.command.context
Class LocationContext
java.lang.Object
cn.ycraft.limbo.command.context.LocationContext
- All Implemented Interfaces:
dev.rollczi.litecommands.context.ContextChainedProvider<CommandSender,
,Location> dev.rollczi.litecommands.context.ContextProvider<CommandSender,
Location>
public class LocationContext
extends Object
implements dev.rollczi.litecommands.context.ContextProvider<CommandSender,Location>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.rollczi.litecommands.context.ContextResult<Location>
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
-
LocationContext
-
-
Method Details
-
provide
public dev.rollczi.litecommands.context.ContextResult<Location> provide(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) - Specified by:
provide
in interfacedev.rollczi.litecommands.context.ContextProvider<CommandSender,
Location>
-