Class SignCommandsHandler

java.lang.Object
com.ryandw11.structure.SignCommandsHandler

public class SignCommandsHandler extends Object
Handles configuration of sign commands.
  • Constructor Details

    • SignCommandsHandler

      public SignCommandsHandler(File dataFolder, CustomStructures plugin)
      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

      public List<String> getCommands(String name)
      Get a command group from the command map.
      Parameters:
      name - The name of the command group.
      Returns:
      The list of commands from the group.