Package de.delinkedde.mobarenareborn.arena
package de.delinkedde.mobarenareborn.arena
Arena domain model and persistence.
Arena is the central domain object, describing a
Region, named WarpType
destinations and monster spawnpoints. ArenaManager owns the
in-memory registry and delegates file I/O to
ArenaStorage.
-
KlasseBeschreibungA configured arena: its region, named warps, monster spawnpoints and enabled state.Owns the in-memory registry of arenas and their on-disk representation.Resolves an
arena.*setting, preferring a per-arena override over the global default.Reads and writesArenainstances to per-arena YAML files.An axis-aligned cuboid region defined by two corners within a single world.The named teleport destinations an arena can define.