Class VoiceArea

java.lang.Object
me.therealkeyis.mcCommands.VoiceArea
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class VoiceArea extends Object implements org.bukkit.command.CommandExecutor
The voice area command handler
  • Field Details

    • ItemName

      public static String ItemName
      The stick item name
    • use_count

      public static org.bukkit.NamespacedKey use_count
      The name of the field use_count
    • x1

      public static org.bukkit.NamespacedKey x1
      The name of the x1 field
    • z1

      public static org.bukkit.NamespacedKey z1
      The name of the z1 field
  • Constructor Details

  • Method Details

    • onCommand

      public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor