Uses of Interface
org.sgrewritten.stargate.api.gate.GateFormatAPI
Package
Description
-
Uses of GateFormatAPI in org.sgrewritten.stargate.api.gate
ModifierConstructorDescriptionExplicitGateBuilder
(RegistryAPI registryAPI, org.bukkit.Location topLeft, GateFormatAPI gateFormatAPI) Constructor forExplicitGateBuilder
-
Uses of GateFormatAPI in org.sgrewritten.stargate.api.network
Modifier and TypeMethodDescriptionPortalBuilder.setGateBuilder
(@NotNull org.bukkit.Location topLeft, @NotNull GateFormatAPI gateFormatAPI) Set the way the gate should be constructed, seeExplicitGateBuilder
for more information -
Uses of GateFormatAPI in org.sgrewritten.stargate.gate
Modifier and TypeClassDescriptionclass
A representation of a gate's format, including all its structuresModifierConstructorDescriptionGate
(@NotNull GateFormatAPI format, @NotNull org.bukkit.Location signLocation, org.bukkit.block.BlockFace signFace, boolean alwaysOn, @NotNull RegistryAPI registry) Instantiates a new gate -
Uses of GateFormatAPI in org.sgrewritten.stargate.network.portal.portaldata
Modifier and TypeMethodDescriptionGateData.gateFormat()
Returns the value of thegateFormat
record component.ModifierConstructorDescriptionGateData
(GateFormatAPI gateFormat, boolean flipZ, org.bukkit.Location topLeft, org.bukkit.block.BlockFace facing) Creates an instance of aGateData
record class.