Enum Class GenesisInputType

java.lang.Object
java.lang.Enum<GenesisInputType>
studio.magemonkey.genesis.core.GenesisInputType
All Implemented Interfaces:
Serializable, Comparable<GenesisInputType>, java.lang.constant.Constable

public enum GenesisInputType extends Enum<GenesisInputType>
  • Enum Constant Details

  • Method Details

    • values

      public static GenesisInputType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GenesisInputType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forceInput

      public abstract void forceInput(org.bukkit.entity.Player p, GenesisShop shop, GenesisBuy buy, GenesisShopHolder holder, org.bukkit.event.inventory.ClickType clickType, GenesisRewardType rewardtype, GenesisPriceType priceType, org.bukkit.event.inventory.InventoryClickEvent event, Genesis plugin)