Uses of Class
net.playavalon.mythicdungeons.dungeons.Dungeon
Packages that use Dungeon
Package
Description
-
Uses of Dungeon in net.playavalon.mythicdungeons
Methods in net.playavalon.mythicdungeons that return types with arguments of type DungeonMethods in net.playavalon.mythicdungeons with parameters of type Dungeon -
Uses of Dungeon in net.playavalon.mythicdungeons.api
Methods in net.playavalon.mythicdungeons.api that return types with arguments of type DungeonModifier and TypeMethodDescriptionMythicDungeonsService.getAllDungeons()
Get all registered dungeon objects. -
Uses of Dungeon in net.playavalon.mythicdungeons.dungeons
Constructors in net.playavalon.mythicdungeons.dungeons with parameters of type DungeonModifierConstructorDescriptionInstance
(Dungeon dungeon, boolean edit, CountDownLatch latch) Instance
(Dungeon dungeon, CountDownLatch latch) -
Uses of Dungeon in net.playavalon.mythicdungeons.dungeons.queue
Constructors in net.playavalon.mythicdungeons.dungeons.queue with parameters of type Dungeon -
Uses of Dungeon in net.playavalon.mythicdungeons.managers
Methods in net.playavalon.mythicdungeons.managers that return DungeonModifier and TypeMethodDescriptionDungeonManager.loadDungeon
(File file) DungeonManager.loadDungeon
(File file, Map<String, Object> configValues) Methods in net.playavalon.mythicdungeons.managers that return types with arguments of type DungeonMethods in net.playavalon.mythicdungeons.managers with parameters of type Dungeon -
Uses of Dungeon in net.playavalon.mythicdungeons.utility
Methods in net.playavalon.mythicdungeons.utility with parameters of type DungeonModifier and TypeMethodDescriptionstatic boolean
Util.isItemBanned
(Dungeon dungeon, org.bukkit.inventory.ItemStack itemStack)