Uses of Enum Class
xericker.arenalegends.core.instance.schematic.contract.LobbySpawn
Packages that use LobbySpawn
Package
Description
-
Uses of LobbySpawn in xericker.arenalegends.core.instance.generated
Methods in xericker.arenalegends.core.instance.generated with parameters of type LobbySpawn -
Uses of LobbySpawn in xericker.arenalegends.core.instance.schematic
Methods in xericker.arenalegends.core.instance.schematic that return types with arguments of type LobbySpawnModifier and TypeMethodDescriptionSchematicInstance.getLobbyMissing()Map<LobbySpawn, org.bukkit.Location> SchematicLoader.LobbySpawnData.singleSpawns()Returns the value of thesingleSpawnsrecord component.Constructor parameters in xericker.arenalegends.core.instance.schematic with type arguments of type LobbySpawnModifierConstructorDescriptionLobbySpawnData(Map<LobbySpawn, org.bukkit.Location> singleSpawns, List<org.bukkit.Location> teamSpawns) Creates an instance of aLobbySpawnDatarecord class. -
Uses of LobbySpawn in xericker.arenalegends.core.instance.schematic.contract
Subclasses with type arguments of type LobbySpawn in xericker.arenalegends.core.instance.schematic.contractMethods in xericker.arenalegends.core.instance.schematic.contract that return LobbySpawnModifier and TypeMethodDescriptionstatic LobbySpawnReturns the enum constant of this class with the specified name.static LobbySpawn[]LobbySpawn.values()Returns an array containing the constants of this enum class, in the order they are declared.