Uses of Class
net.playavalon.mythicdungeons.dungeons.Instance
Package
Description
-
Uses of Instance in net.playavalon.mythicdungeons
Modifier and TypeMethodDescriptionMythicDungeons.getDungeonInstance
(String worldName) MythicDungeons.getDungeonInstance
(org.bukkit.entity.Player player) -
Uses of Instance in net.playavalon.mythicdungeons.api
Modifier and TypeMethodDescriptionMythicDungeonsService.getDungeonInstance
(String worldName) Get the dungeon instance associated with the passed in world name.MythicDungeonsService.getDungeonInstance
(org.bukkit.entity.Player player) Returns the instance the player is in. -
Uses of Instance in net.playavalon.mythicdungeons.api.events.dungeon
ModifierConstructorDescriptionDungeonDisposeEvent
(Instance instance) DungeonEndEvent
(Instance instance) DungeonEvent
(Instance instance) DungeonStartEvent
(Instance instance) PlayerFinishDungeonEvent
(Instance instance, MythicPlayer mPlayer) PlayerLeaveDungeonEvent
(Instance instance, MythicPlayer mPlayer) RemoteTriggerEvent
(String triggerName, DungeonTrigger trigger, Instance instance) TriggerFireEvent
(Instance instance, DungeonTrigger trigger) -
Uses of Instance in net.playavalon.mythicdungeons.api.parents
Modifier and TypeMethodDescriptionfinal void
void
DungeonFunction.setInstance
(Instance inst) final void
DungeonTrigger.triggerParty
(Instance instance) Deprecated. -
Uses of Instance in net.playavalon.mythicdungeons.dungeons
-
Uses of Instance in net.playavalon.mythicdungeons.dungeons.functions.meta
-
Uses of Instance in net.playavalon.mythicdungeons.listeners