Uses of Class
org.sgrewritten.stargate.exception.InvalidStructureException
Package
Description
-
Uses of InvalidStructureException in org.sgrewritten.stargate.api.gate
Modifier and TypeMethodDescriptionExplicitGateBuilder.build()
GateBuilder.build()
Build a gatevoid
GateAPI.calculatePortalPositions
(boolean alwaysOn) Calculates all portal positions for this gate -
Uses of InvalidStructureException in org.sgrewritten.stargate.api.network
-
Uses of InvalidStructureException in org.sgrewritten.stargate.api.vectorlogic
ModifierConstructorDescriptionMatrixVectorOperation
(org.bukkit.block.BlockFace signFace) Instantiates a vector operation to rotate vectors in the direction of a sign faceSimpleVectorOperation
(org.bukkit.block.BlockFace signFace) Instantiates a vector operation to rotate vectors in the direction of a sign face -
Uses of InvalidStructureException in org.sgrewritten.stargate.gate
ModifierConstructorDescriptionGate
(@NotNull GateFormatAPI format, @NotNull org.bukkit.Location signLocation, org.bukkit.block.BlockFace signFace, boolean alwaysOn, @NotNull RegistryAPI registry) Instantiates a new gateGate
(GateData gateData, @NotNull RegistryAPI registry) Instantiates a gate from already predetermined parameters, no checking is done to see if format matches -
Uses of InvalidStructureException in org.sgrewritten.stargate.util
Modifier and TypeMethodDescriptionLegacyPortalStorageLoader.loadPortalsFromStorage
(File dir, String defaultNetworkName, StargateAPI stargateAPI) Loads legacy portals in .db files from the given folder