Uses of Class
org.sgrewritten.stargate.api.network.portal.BlockLocation
Packages that use BlockLocation
Package
Description
-
Uses of BlockLocation in org.sgrewritten.stargate.api.gate
Methods in org.sgrewritten.stargate.api.gate that return types with arguments of type BlockLocationModifier 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
Methods in org.sgrewritten.stargate.api.network that return types with arguments of type BlockLocationModifier and TypeMethodDescriptionRegistryAPI.getPortalPositions()
Get all portal positionsRegistryAPI.getPortalPositionsOwnedByPlugin
(org.bukkit.plugin.Plugin plugin) Methods in org.sgrewritten.stargate.api.network with parameters of type BlockLocationModifier 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 locationMethod parameters in org.sgrewritten.stargate.api.network with type arguments of type BlockLocationModifier 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
Methods in org.sgrewritten.stargate.gate that return types with arguments of type BlockLocation -
Uses of BlockLocation in org.sgrewritten.stargate.network
Methods in org.sgrewritten.stargate.network that return types with arguments of type BlockLocationModifier and TypeMethodDescriptionStargateRegistry.getPortalPositions()
StargateRegistry.getPortalPositionsOwnedByPlugin
(org.bukkit.plugin.Plugin plugin) Methods in org.sgrewritten.stargate.network with parameters of type BlockLocationModifier 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) Method parameters in org.sgrewritten.stargate.network with type arguments of type BlockLocationModifier and TypeMethodDescriptionvoid
StargateRegistry.registerLocations
(GateStructureType structureType, Map<BlockLocation, RealPortal> locationsMap)