Uses of Class
net.playavalon.mythicdungeons.api.parents.TriggerCondition
Packages that use TriggerCondition
Package
Description
-
Uses of TriggerCondition in net.playavalon.mythicdungeons
Methods in net.playavalon.mythicdungeons with type parameters of type TriggerConditionModifier and TypeMethodDescription<T extends TriggerCondition>
voidMythicDungeons.registerCondition
(Class<T> condition) -
Uses of TriggerCondition in net.playavalon.mythicdungeons.api.parents
Methods in net.playavalon.mythicdungeons.api.parents that return TriggerConditionMethods in net.playavalon.mythicdungeons.api.parents with parameters of type TriggerConditionModifier and TypeMethodDescriptionvoid
DungeonTrigger.addCondition
(TriggerCondition condition) void
DungeonTrigger.removeCondition
(TriggerCondition condition) -
Uses of TriggerCondition in net.playavalon.mythicdungeons.dungeons.conditions
Subclasses of TriggerCondition in net.playavalon.mythicdungeons.dungeons.conditionsModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of TriggerCondition in net.playavalon.mythicdungeons.managers
Methods in net.playavalon.mythicdungeons.managers with type parameters of type TriggerConditionMethods in net.playavalon.mythicdungeons.managers that return types with arguments of type TriggerConditionModifier and TypeMethodDescriptionCollection<Class<? extends TriggerCondition>>
ConditionManager.getAll()
Class<? extends TriggerCondition>
ConditionManager.getCondition
(String name)