mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
@@ -45,7 +45,8 @@ public enum PatternType {
|
|||||||
BRICKS("bri"),
|
BRICKS("bri"),
|
||||||
SKULL("sku"),
|
SKULL("sku"),
|
||||||
FLOWER("flo"),
|
FLOWER("flo"),
|
||||||
MOJANG("moj");
|
MOJANG("moj"),
|
||||||
|
GLOBE("glb");
|
||||||
|
|
||||||
private final String identifier;
|
private final String identifier;
|
||||||
private static final Map<String, PatternType> byString = new HashMap<String, PatternType>();
|
private static final Map<String, PatternType> byString = new HashMap<String, PatternType>();
|
||||||
|
Reference in New Issue
Block a user