Uses of Class
org.sgrewritten.stargate.api.network.portal.BlockLocation
Package
Description
-
Uses of BlockLocation in org.sgrewritten.stargate.api.gate
Modifier and TypeMethodDescriptionGateAPI.getLocations
(GateStructureType structureType) Gets all locations of this gate containing the given structure type -
Uses of BlockLocation in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionRegistryAPI.getPortalPositions()
Get all portal positionsRegistryAPI.getPortalPositionsOwnedByPlugin
(org.bukkit.plugin.Plugin plugin) Modifier and TypeMethodDescriptionRegistryAPI.getPortal
(BlockLocation blockLocation, GateStructureType structureType) Get the portal with the given structure type at the given locationRegistryAPI.getPortal
(BlockLocation blockLocation, GateStructureType[] structureTypes) Get the portal with any of the given structure types at the given locationvoid
RegistryAPI.registerLocation
(GateStructureType structureType, BlockLocation location, RealPortal portal) Registers a location with attached portal and structure type to this registryvoid
RegistryAPI.unRegisterLocation
(GateStructureType structureType, BlockLocation blockLocation) Un-registers all portal blocks with the given structure type, at the given block locationModifier and TypeMethodDescriptionvoid
RegistryAPI.registerLocations
(GateStructureType structureType, Map<BlockLocation, RealPortal> locationsMap) Registers the existence of the given structure type in the given locations -
Uses of BlockLocation in org.sgrewritten.stargate.gate
-
Uses of BlockLocation in org.sgrewritten.stargate.network
Modifier and TypeMethodDescriptionStargateRegistry.getPortalPositions()
StargateRegistry.getPortalPositionsOwnedByPlugin
(org.bukkit.plugin.Plugin plugin) Modifier and TypeMethodDescriptionStargateRegistry.getPortal
(BlockLocation blockLocation, GateStructureType structureType) StargateRegistry.getPortal
(BlockLocation blockLocation, GateStructureType[] structureTypes) void
StargateRegistry.registerLocation
(GateStructureType structureType, BlockLocation location, RealPortal portal) void
StargateRegistry.unRegisterLocation
(GateStructureType structureType, BlockLocation blockLocation) Modifier and TypeMethodDescriptionvoid
StargateRegistry.registerLocations
(GateStructureType structureType, Map<BlockLocation, RealPortal> locationsMap)