Package me.totalfreedom.provider
Class ContextProvider
java.lang.Object
me.totalfreedom.provider.ContextProvider
This class is used to provide context to subcommand methods. This class is used by the BukkitDelegate to parse
arguments for subcommands. The following types are supported:
- Boolean
- Double
- Integer
- Long
- Float
- Material
- Player
- World
- Location
- CommandSender
- Component
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextProvider
public ContextProvider()
-
-
Method Details
-
fromString
-