Skip to content

Commit

Permalink
Update GateFormatRegistry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Jan 13, 2024
1 parent 5501eea commit 70321ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.sgrewritten.stargate.api.gate;

import org.bukkit.Material;
import org.jetbrains.annotations.ApiStatus;
import org.sgrewritten.stargate.gate.GateFormat;

import java.util.ArrayList;
Expand Down Expand Up @@ -49,6 +50,7 @@ public static GateFormat getFormat(String gateDesignName) {
*
* @param gateFormats <p>The new list of known gate formats</p>
*/
@ApiStatus.Internal
public static void setFormats(List<GateFormat> gateFormats) {
controlMaterialToGateFormatsMap = new EnumMap<>(Material.class);
knownGateFormats = new HashMap<>();
Expand Down

0 comments on commit 70321ed

Please sign in to comment.