Package net.minecraftforge.common.util
Class Constants
java.lang.Object
net.minecraftforge.common.util.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. See inner classes for replacements.
TODO Remove in 1.18
A class containing constants for magic numbers used in the minecraft codebase.
Everything here should be checked each update, and have a comment relating to where to check it.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by the constants inBlock
.static class
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by the constants inTag
.static class
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by the constants inLevelEvent
. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
Constants
public Constants()Deprecated, for removal: This API element is subject to removal in a future version.
-