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
FieldsFields inherited from class net.minecraft.resources.ResourceLocation
CODEC, DEFAULT_NAMESPACE, namespace, NAMESPACE_SEPARATOR, path, REALMS_NAMESPACE -
Constructor Summary
ConstructorsModifierConstructorDescriptionModelResourceLocation(String p_119437_) protectedModelResourceLocation(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:
equalsin classResourceLocation
-
hashCode
public int hashCode()- Overrides:
hashCodein classResourceLocation
-
toString
- Overrides:
toStringin classResourceLocation
-