public class SharedConstants extends Object
Modifier and Type | Field and Description |
---|---|
static long |
field_22251 |
private static com.mojang.bridge.game.GameVersion |
gameVersion |
static char[] |
INVALID_CHARS_LEVEL_NAME |
static boolean |
isDevelopment |
static io.netty.util.ResourceLeakDetector.Level |
RESOURCE_LEAK_DETECTOR_DISABLED |
static boolean |
useChoiceTypeRegistrations
Specifies whether Minecraft should use choice type registrations from the game's schema when entity types or block entity types are created.
|
Constructor and Description |
---|
SharedConstants() |
Modifier and Type | Method and Description |
---|---|
static com.mojang.bridge.game.GameVersion |
getGameVersion() |
static boolean |
isValidChar(char chr) |
static int |
method_31372() |
static String |
stripInvalidChars(String s) |
public static final io.netty.util.ResourceLeakDetector.Level RESOURCE_LEAK_DETECTOR_DISABLED
public static final long field_22251
public static boolean useChoiceTypeRegistrations
public static boolean isDevelopment
public static final char[] INVALID_CHARS_LEVEL_NAME
private static com.mojang.bridge.game.GameVersion gameVersion