Class TriggerGateAnd
java.lang.Object
net.playavalon.mythicdungeons.api.parents.DungeonElement
net.playavalon.mythicdungeons.api.parents.DungeonTrigger
net.playavalon.mythicdungeons.dungeons.triggers.gates.TriggerGate
net.playavalon.mythicdungeons.dungeons.triggers.gates.TriggerGateAnd
- All Implemented Interfaces:
Cloneable
,org.bukkit.configuration.serialization.ConfigurationSerializable
,org.bukkit.event.Listener
-
Field Summary
Fields inherited from class net.playavalon.mythicdungeons.api.parents.DungeonTrigger
category
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a button for use with the trigger browser menu.void
onChildTriggered
(TriggerFireEvent event) Methods inherited from class net.playavalon.mythicdungeons.dungeons.triggers.gates.TriggerGate
addTrigger, buildHotbarMenu, clone, init, onDisable, onEnable, removeTrigger
Methods inherited from class net.playavalon.mythicdungeons.api.parents.DungeonTrigger
addCondition, checkConditions, disable, enable, initConditions, initConditionsMenu, onTrigger, removeCondition, setDisplayName, trigger, trigger, trigger, triggerParty, triggerPlayer
Methods inherited from class net.playavalon.mythicdungeons.api.parents.DungeonElement
initFields, serialize
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
-
Constructor Details
-
TriggerGateAnd
-
TriggerGateAnd
public TriggerGateAnd()
-
-
Method Details
-
onChildTriggered
-
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 classDungeonTrigger
- Returns:
- The menu button that will be displayed in the menu.
- See Also:
-