Uses of Class
xericker.arenalegends.core.instance.schematic.SchematicInstance
Packages that use SchematicInstance
Package
Description
-
Uses of SchematicInstance in xericker.arenalegends.core.instance.generated
Methods in xericker.arenalegends.core.instance.generated that return SchematicInstanceConstructors in xericker.arenalegends.core.instance.generated with parameters of type SchematicInstanceModifierConstructorDescriptionArenaInstance(SchematicInstance instance, SchematicLoader.ArenaSpawnData data) LobbyInstance(SchematicInstance instance, SchematicLoader.LobbySpawnData data) -
Uses of SchematicInstance in xericker.arenalegends.core.instance.schematic
Methods in xericker.arenalegends.core.instance.schematic that return SchematicInstanceModifier and TypeMethodDescription@Nullable SchematicInstanceSchematicStorage.getArenaById(String id) @Nullable SchematicInstanceSchematicStorage.getLobbyById(String id) SchematicStorage.getRandomLobby()Methods in xericker.arenalegends.core.instance.schematic that return types with arguments of type SchematicInstanceModifier and TypeMethodDescriptionSchematicStorage.getArenas()SchematicStorage.getLobbies()SchematicStorage.getRandomArenas(int amount) Methods in xericker.arenalegends.core.instance.schematic with parameters of type SchematicInstanceModifier and TypeMethodDescriptionSchematicLoader.loadArena(SchematicInstance instance, org.bukkit.Location pasteOrigin, com.sk89q.worldedit.extent.clipboard.Clipboard clipboard) SchematicLoader.loadLobby(SchematicInstance instance, org.bukkit.Location pasteOrigin, com.sk89q.worldedit.extent.clipboard.Clipboard clipboard) -
Uses of SchematicInstance in xericker.arenalegends.core.instance.schematic.processor
Methods in xericker.arenalegends.core.instance.schematic.processor that return SchematicInstanceMethods in xericker.arenalegends.core.instance.schematic.processor that return types with arguments of type SchematicInstanceConstructors in xericker.arenalegends.core.instance.schematic.processor with parameters of type SchematicInstanceModifierConstructorDescriptionSessionData(Game game, SchematicInstance lobbyInstance, List<SchematicInstance> arenaInstances) Constructor parameters in xericker.arenalegends.core.instance.schematic.processor with type arguments of type SchematicInstanceModifierConstructorDescriptionSessionData(Game game, SchematicInstance lobbyInstance, List<SchematicInstance> arenaInstances)