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 locationvoidRegistryAPI.registerLocation(GateStructureType structureType, BlockLocation location, RealPortal portal) Registers a location with attached portal and structure type to this registryvoidRegistryAPI.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 TypeMethodDescriptionvoidRegistryAPI.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) voidStargateRegistry.registerLocation(GateStructureType structureType, BlockLocation location, RealPortal portal) voidStargateRegistry.unRegisterLocation(GateStructureType structureType, BlockLocation blockLocation) Method parameters in org.sgrewritten.stargate.network with type arguments of type BlockLocationModifier and TypeMethodDescriptionvoidStargateRegistry.registerLocations(GateStructureType structureType, Map<BlockLocation, RealPortal> locationsMap)