Package com.ryandw11.structure
Class SignCommandsHandler
java.lang.Object
com.ryandw11.structure.SignCommandsHandler
Handles configuration of sign commands.
-
Constructor Summary
ConstructorDescriptionSignCommandsHandler(File dataFolder, CustomStructures plugin)
Processes the sign commands configuration -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanUp()
Cleans up the command sign data.getCommands(String name)
Get a command group from the command map.
-
Constructor Details
-
SignCommandsHandler
Processes the sign commands configuration- Parameters:
dataFolder
- The base plugin data folder.plugin
- The instance of the Custom Structures plugin.
-
-
Method Details
-
cleanUp
public void cleanUp()Cleans up the command sign data. -
getCommands
Get a command group from the command map.- Parameters:
name
- The name of the command group.- Returns:
- The list of commands from the group.
-