Uses of Class
org.sgrewritten.stargate.gate.GateFormat
Packages that use GateFormat
-
Uses of GateFormat in org.sgrewritten.stargate.api.gate
Methods in org.sgrewritten.stargate.api.gate that return GateFormatModifier and TypeMethodDescriptionstatic @Nullable GateFormat
Gets the gate format corresponding to the given gate design nameMethods in org.sgrewritten.stargate.api.gate that return types with arguments of type GateFormatModifier and TypeMethodDescriptionstatic List
<GateFormat> GateFormatRegistry.getPossibleGateFormatsFromControlBlockMaterial
(org.bukkit.Material signParentBlockMaterial) Gets all gate format using the given control block materialMethod parameters in org.sgrewritten.stargate.api.gate with type arguments of type GateFormatModifier and TypeMethodDescriptionstatic void
GateFormatRegistry.setFormats
(List<GateFormat> gateFormats) Sets the gate formats known by the gate format handler -
Uses of GateFormat in org.sgrewritten.stargate.gate
Methods in org.sgrewritten.stargate.gate that return GateFormatModifier and TypeMethodDescriptionGateFormatParser.parseGateFormat()
Parses the gate file given during instantiationMethods in org.sgrewritten.stargate.gate that return types with arguments of type GateFormatModifier and TypeMethodDescriptionstatic @NotNull List
<GateFormat> GateFormatHandler.loadGateFormats
(File dir) Loads all gate formats from the gate folder