Class ModelResourceLocation
java.lang.Object
net.minecraft.resources.ResourceLocation
net.minecraft.client.resources.model.ModelResourceLocation
- All Implemented Interfaces:
Comparable<ResourceLocation>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.resources.ResourceLocation
ResourceLocation.Serializer
-
Field Summary
Fields inherited from class net.minecraft.resources.ResourceLocation
CODEC, DEFAULT_NAMESPACE, namespace, NAMESPACE_SEPARATOR, path, REALMS_NAMESPACE
-
Constructor Summary
ModifierConstructorDescriptionModelResourceLocation
(String p_119437_) protected
ModelResourceLocation
(String[] p_119445_) ModelResourceLocation
(String p_119439_, String p_119440_) ModelResourceLocation
(String p_174908_, String p_174909_, String p_174910_) ModelResourceLocation
(ResourceLocation p_119442_, String p_119443_) -
Method Summary
Methods inherited from class net.minecraft.resources.ResourceLocation
compareNamespaced, compareTo, decompose, getNamespace, getPath, isAllowedInResourceLocation, isValidResourceLocation, of, read, read, toDebugFileName, tryParse, validPathChar
-
Field Details
-
VARIANT_SEPARATOR
static final char VARIANT_SEPARATOR- See Also:
-
variant
-
-
Constructor Details
-
ModelResourceLocation
-
ModelResourceLocation
-
ModelResourceLocation
-
ModelResourceLocation
-
ModelResourceLocation
-
-
Method Details
-
decompose
-
getVariant
-
equals
- Overrides:
equals
in classResourceLocation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResourceLocation
-
toString
- Overrides:
toString
in classResourceLocation
-