Uses of Interface
org.sgrewritten.stargate.api.gate.GateFormatAPI
Packages that use GateFormatAPI
Package
Description
-
Uses of GateFormatAPI in org.sgrewritten.stargate.api.gate
Methods in org.sgrewritten.stargate.api.gate that return GateFormatAPIConstructors in org.sgrewritten.stargate.api.gate with parameters of type GateFormatAPIModifierConstructorDescriptionExplicitGateBuilder(RegistryAPI registryAPI, org.bukkit.Location topLeft, GateFormatAPI gateFormatAPI) Constructor forExplicitGateBuilder -
Uses of GateFormatAPI in org.sgrewritten.stargate.api.network
Methods in org.sgrewritten.stargate.api.network with parameters of type GateFormatAPIModifier and TypeMethodDescriptionPortalBuilder.setGateBuilder(@NotNull org.bukkit.Location topLeft, @NotNull GateFormatAPI gateFormatAPI) Set the way the gate should be constructed, seeExplicitGateBuilderfor more information -
Uses of GateFormatAPI in org.sgrewritten.stargate.gate
Classes in org.sgrewritten.stargate.gate that implement GateFormatAPIModifier and TypeClassDescriptionclassA representation of a gate's format, including all its structuresMethods in org.sgrewritten.stargate.gate that return GateFormatAPIConstructors in org.sgrewritten.stargate.gate with parameters of type GateFormatAPIModifierConstructorDescriptionGate(@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
Methods in org.sgrewritten.stargate.network.portal.portaldata that return GateFormatAPIModifier and TypeMethodDescriptionGateData.gateFormat()Returns the value of thegateFormatrecord component.Constructors in org.sgrewritten.stargate.network.portal.portaldata with parameters of type GateFormatAPIModifierConstructorDescriptionGateData(GateFormatAPI gateFormat, boolean flipZ, org.bukkit.Location topLeft, org.bukkit.block.BlockFace facing) Creates an instance of aGateDatarecord class.