All Implemented Interfaces:
Cloneable, org.bukkit.configuration.serialization.ConfigurationSerializable, org.bukkit.event.Listener

public class TriggerGateAnd extends TriggerGate
  • Constructor Details

    • TriggerGateAnd

      public TriggerGateAnd(Map<String,Object> config)
    • TriggerGateAnd

      public TriggerGateAnd()
  • Method Details

    • onChildTriggered

      public void onChildTriggered(TriggerFireEvent event)
    • buildMenuButton

      public MenuButton buildMenuButton()
      Description copied from class: DungeonTrigger
      Creates and returns a button for use with the trigger browser menu. MenuButton can be initialized with a Spigot Material, and provided with a display name, lore, enchant effect, and amount.
      Specified by:
      buildMenuButton in class DungeonTrigger
      Returns:
      The menu button that will be displayed in the menu.
      See Also: