类 ModelResourceLocation
java.lang.Object
net.minecraft.resources.ResourceLocation
net.minecraft.client.resources.model.ModelResourceLocation
- 所有已实现的接口:
Comparable<ResourceLocation>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.resources.ResourceLocation
ResourceLocation.Dummy, ResourceLocation.Serializer
-
字段概要
字段从类继承的字段 net.minecraft.resources.ResourceLocation
CODEC, DEFAULT_NAMESPACE, NAMESPACE_SEPARATOR, REALMS_NAMESPACE
-
构造器概要
构造器限定符构造器说明ModelResourceLocation
(String pNamespace, String pLocation, String pPath) private
ModelResourceLocation
(String pNamespace, String pPath, String pVariant, ResourceLocation.Dummy pDummy) ModelResourceLocation
(ResourceLocation pNamespace, String pPath) -
方法概要
修饰符和类型方法说明boolean
int
hashCode()
private static String
lowercaseVariant
(String pVariant) toString()
static ModelResourceLocation
从类继承的方法 net.minecraft.resources.ResourceLocation
compareNamespaced, compareTo, decompose, getNamespace, getPath, isAllowedInResourceLocation, isValidNamespace, isValidPath, isValidResourceLocation, of, read, read, toDebugFileName, toLanguageKey, toLanguageKey, toLanguageKey, toShortLanguageKey, tryBuild, tryParse, validNamespaceChar, validPathChar, withPath, withPath, withPrefix, withSuffix
-
字段详细资料
-
VARIANT_SEPARATOR
static final char VARIANT_SEPARATOR- 另请参阅:
-
variant
-
-
构造器详细资料
-
ModelResourceLocation
private ModelResourceLocation(String pNamespace, String pPath, String pVariant, @Nullable ResourceLocation.Dummy pDummy) -
ModelResourceLocation
-
ModelResourceLocation
-
-
方法详细资料
-
vanilla
-
lowercaseVariant
-
getVariant
-
equals
- 覆盖:
equals
在类中ResourceLocation
-
hashCode
public int hashCode()- 覆盖:
hashCode
在类中ResourceLocation
-
toString
- 覆盖:
toString
在类中ResourceLocation
-