Uses of Class
org.sgrewritten.stargate.exception.InvalidStructureException
Packages that use InvalidStructureException
Package
Description
-
Uses of InvalidStructureException in org.sgrewritten.stargate.api.gate
Methods in org.sgrewritten.stargate.api.gate that throw InvalidStructureExceptionModifier 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
Methods in org.sgrewritten.stargate.api.network that throw InvalidStructureException -
Uses of InvalidStructureException in org.sgrewritten.stargate.api.vectorlogic
Constructors in org.sgrewritten.stargate.api.vectorlogic that throw InvalidStructureExceptionModifierConstructorDescriptionMatrixVectorOperation
(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
Methods in org.sgrewritten.stargate.gate that throw InvalidStructureExceptionConstructors in org.sgrewritten.stargate.gate that throw InvalidStructureExceptionModifierConstructorDescriptionGate
(@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
Methods in org.sgrewritten.stargate.util that throw InvalidStructureExceptionModifier and TypeMethodDescriptionLegacyPortalStorageLoader.loadPortalsFromStorage
(File dir, String defaultNetworkName, StargateAPI stargateAPI) Loads legacy portals in .db files from the given folder