Class ModelResourceLocation
java.lang.Object
net.minecraft.util.ResourceLocation
net.minecraft.client.renderer.model.ModelResourceLocation
- All Implemented Interfaces:
Comparable<ResourceLocation>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.util.ResourceLocation
ResourceLocation.Serializer
-
Field Summary
Fields inherited from class net.minecraft.util.ResourceLocation
CODEC, namespace, path
-
Constructor Summary
ModifierConstructorDescriptionModelResourceLocation
(String p_i46079_1_) protected
ModelResourceLocation
(String[] p_i48111_1_) ModelResourceLocation
(String p_i46081_1_, String p_i46081_2_) ModelResourceLocation
(ResourceLocation p_i46080_1_, String p_i46080_2_) -
Method Summary
Methods inherited from class net.minecraft.util.ResourceLocation
compareNamespaced, compareTo, decompose, getNamespace, getPath, isAllowedInResourceLocation, isValidResourceLocation, of, read, tryParse, validPathChar
-
Field Details
-
variant
-
-
Constructor Details
-
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
-