Uses of Class
net.playavalon.mythicdungeons.dungeons.Instance
Packages that use Instance
Package
Description
-
Uses of Instance in net.playavalon.mythicdungeons
Methods in net.playavalon.mythicdungeons that return InstanceModifier and TypeMethodDescriptionMythicDungeons.getDungeonInstance
(String worldName) MythicDungeons.getDungeonInstance
(org.bukkit.entity.Player player) -
Uses of Instance in net.playavalon.mythicdungeons.api
Methods in net.playavalon.mythicdungeons.api that return InstanceModifier 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
Constructors in net.playavalon.mythicdungeons.api.events.dungeon with parameters of type InstanceModifierConstructorDescriptionDungeonDisposeEvent
(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
Methods in net.playavalon.mythicdungeons.api.parents with parameters of type InstanceModifier and TypeMethodDescriptionfinal void
void
DungeonFunction.setInstance
(Instance inst) final void
DungeonTrigger.triggerParty
(Instance instance) Deprecated. -
Uses of Instance in net.playavalon.mythicdungeons.dungeons
Methods in net.playavalon.mythicdungeons.dungeons with parameters of type Instance -
Uses of Instance in net.playavalon.mythicdungeons.dungeons.functions.meta
Methods in net.playavalon.mythicdungeons.dungeons.functions.meta with parameters of type Instance -
Uses of Instance in net.playavalon.mythicdungeons.listeners
Constructors in net.playavalon.mythicdungeons.listeners with parameters of type Instance