Enum Interactions

java.lang.Object
java.lang.Enum<Interactions>
me.ulrich.outpost.manager.EnumFiles.Interactions
All Implemented Interfaces:
Serializable, Comparable<Interactions>, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum

public enum Interactions extends Enum<Interactions> implements me.ulrich.econfig.interfaces.ConfigurationEnum
  • Enum Constant Details

    • INTERACTIONS

      public static final Interactions INTERACTIONS
    • INTERACTIONS_enable_group

      public static final Interactions INTERACTIONS_enable_group
    • INTERACTIONS_list

      public static final Interactions INTERACTIONS_list
    • INTERACTIONS_min_players_inside_by_group_drop

      public static final Interactions INTERACTIONS_min_players_inside_by_group_drop
    • INTERACTIONS_min_players_inside_by_group_enabled

      public static final Interactions INTERACTIONS_min_players_inside_by_group_enabled
    • INTERACTIONS_min_players_inside_by_group_name

      public static final Interactions INTERACTIONS_min_players_inside_by_group_name
    • INTERACTIONS_min_players_inside_by_group_icon

      public static final Interactions INTERACTIONS_min_players_inside_by_group_icon
    • INTERACTIONS_list_min_players_inside_by_group_name

      public static final Interactions INTERACTIONS_list_min_players_inside_by_group_name
    • INTERACTIONS_allowed_blocks_for_fortune

      public static final Interactions INTERACTIONS_allowed_blocks_for_fortune
    • INTERACTIONS_allowed_blocks_for_fortune_enabled

      public static final Interactions INTERACTIONS_allowed_blocks_for_fortune_enabled
    • INTERACTIONS_allowed_blocks_for_fortune_name

      public static final Interactions INTERACTIONS_allowed_blocks_for_fortune_name
    • INTERACTIONS_allowed_blocks_for_fortune_icon

      public static final Interactions INTERACTIONS_allowed_blocks_for_fortune_icon
    • INTERACTIONS_list_allowed_blocks_for_fortune_name

      public static final Interactions INTERACTIONS_list_allowed_blocks_for_fortune_name
    • INTERACTIONS_list_allowed_blocks_for_fortune_use_multiplier

      public static final Interactions INTERACTIONS_list_allowed_blocks_for_fortune_use_multiplier
    • INTERACTIONS_list_allowed_blocks_for_fortune_whitelist

      public static final Interactions INTERACTIONS_list_allowed_blocks_for_fortune_whitelist
    • INTERACTIONS_permission_to_capture

      public static final Interactions INTERACTIONS_permission_to_capture
    • INTERACTIONS_permission_to_capture_enabled

      public static final Interactions INTERACTIONS_permission_to_capture_enabled
    • INTERACTIONS_permission_to_capture_name

      public static final Interactions INTERACTIONS_permission_to_capture_name
    • INTERACTIONS_permission_to_capture_icon

      public static final Interactions INTERACTIONS_permission_to_capture_icon
    • INTERACTIONS_list_permission_to_capture_name

      public static final Interactions INTERACTIONS_list_permission_to_capture_name
    • INTERACTIONS_list_permission_to_capture_use_multiplier

      public static final Interactions INTERACTIONS_list_permission_to_capture_use_multiplier
    • INTERACTIONS_list_permission_to_capture_whitelist

      public static final Interactions INTERACTIONS_list_permission_to_capture_whitelist
    • INTERACTIONS_need_enchantment_to_fortune

      public static final Interactions INTERACTIONS_need_enchantment_to_fortune
    • INTERACTIONS_need_enchantment_to_fortune_enabled

      public static final Interactions INTERACTIONS_need_enchantment_to_fortune_enabled
    • INTERACTIONS_need_enchantment_to_fortune_name

      public static final Interactions INTERACTIONS_need_enchantment_to_fortune_name
    • INTERACTIONS_need_enchantment_to_fortune_icon

      public static final Interactions INTERACTIONS_need_enchantment_to_fortune_icon
    • INTERACTIONS_list_need_enchantment_to_fortune_name

      public static final Interactions INTERACTIONS_list_need_enchantment_to_fortune_name
    • INTERACTIONS_list_need_enchantment_to_fortune_use_multiplier

      public static final Interactions INTERACTIONS_list_need_enchantment_to_fortune_use_multiplier
    • INTERACTIONS_multiple_capture

      public static final Interactions INTERACTIONS_multiple_capture
    • INTERACTIONS_multiple_capture_enabled

      public static final Interactions INTERACTIONS_multiple_capture_enabled
    • INTERACTIONS_multiple_capture_name

      public static final Interactions INTERACTIONS_multiple_capture_name
    • INTERACTIONS_multiple_capture_icon

      public static final Interactions INTERACTIONS_multiple_capture_icon
    • INTERACTIONS_list_multiple_capture_name

      public static final Interactions INTERACTIONS_list_multiple_capture_name
    • INTERACTIONS_list_multiple_capture_use_multiplier

      public static final Interactions INTERACTIONS_list_multiple_capture_use_multiplier
    • INTERACTIONS_requires_another_event

      public static final Interactions INTERACTIONS_requires_another_event
    • INTERACTIONS_requires_another_event_enabled

      public static final Interactions INTERACTIONS_requires_another_event_enabled
    • INTERACTIONS_requires_another_event_name

      public static final Interactions INTERACTIONS_requires_another_event_name
    • INTERACTIONS_requires_another_event_icon

      public static final Interactions INTERACTIONS_requires_another_event_icon
    • INTERACTIONS_list_requires_another_event_name

      public static final Interactions INTERACTIONS_list_requires_another_event_name
    • INTERACTIONS_list_requires_another_event_use_multiplier

      public static final Interactions INTERACTIONS_list_requires_another_event_use_multiplier
    • INTERACTIONS_list_requires_another_event_whitelist

      public static final Interactions INTERACTIONS_list_requires_another_event_whitelist
  • Method Details

    • values

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

      public static Interactions valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getPath

      public String getPath()
      Specified by:
      getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getDefaultValue

      public Object getDefaultValue()
      Specified by:
      getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getComments

      public String[] getComments()
      Specified by:
      getComments in interface me.ulrich.econfig.interfaces.ConfigurationEnum