Uses of Class
net.minecraft.data.client.model.TextureKey
| Package | Description |
|---|---|
| net.minecraft.data.client.model |
-
Uses of TextureKey in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as TextureKey Modifier and Type Field Description static TextureKeyTextureKey. ALLstatic TextureKeyTextureKey. BACKstatic TextureKeyTextureKey. BOTTOMstatic TextureKeyTextureKey. CANDLEstatic TextureKeyTextureKey. CONTENTstatic TextureKeyTextureKey. CROPstatic TextureKeyTextureKey. CROSSstatic TextureKeyTextureKey. DIRTstatic TextureKeyTextureKey. DOWNstatic TextureKeyTextureKey. EASTstatic TextureKeyTextureKey. EDGEstatic TextureKeyTextureKey. ENDstatic TextureKeyTextureKey. FANstatic TextureKeyTextureKey. FIREstatic TextureKeyTextureKey. FRONTstatic TextureKeyTextureKey. INSIDEstatic TextureKeyTextureKey. LANTERNstatic TextureKeyTextureKey. LAYER0static TextureKeyTextureKey. LIT_LOGstatic TextureKeyTextureKey. NORTHstatic TextureKeyTextureKey. PANEprivate @Nullable TextureKeyTextureKey. parentstatic TextureKeyTextureKey. PARTICLEstatic TextureKeyTextureKey. PATTERNstatic TextureKeyTextureKey. PLANTstatic TextureKeyTextureKey. PLATFORMstatic TextureKeyTextureKey. RAILstatic TextureKeyTextureKey. SIDEstatic TextureKeyTextureKey. SOUTHstatic TextureKeyTextureKey. STEMstatic TextureKeyTextureKey. TEXTUREstatic TextureKeyTextureKey. TOPstatic TextureKeyTextureKey. TORCHstatic TextureKeyTextureKey. UNSTICKYstatic TextureKeyTextureKey. UPstatic TextureKeyTextureKey. UPPERSTEMstatic TextureKeyTextureKey. WALLstatic TextureKeyTextureKey. WESTstatic TextureKeyTextureKey. WOOLFields in net.minecraft.data.client.model with type parameters of type TextureKey Modifier and Type Field Description private Map<TextureKey,Identifier>Texture. entriesprivate Set<TextureKey>Texture. inheritedprivate Set<TextureKey>Model. requiredTexturesMethods in net.minecraft.data.client.model that return TextureKey Modifier and Type Method Description @Nullable TextureKeyTextureKey. getParent()private static TextureKeyTextureKey. of(String name)private static TextureKeyTextureKey. of(String name, TextureKey parent)Methods in net.minecraft.data.client.model that return types with arguments of type TextureKey Modifier and Type Method Description private Map<TextureKey,Identifier>Model. createTextureMap(Texture texture)Stream<TextureKey>Texture. getInherited()Methods in net.minecraft.data.client.model with parameters of type TextureKey Modifier and Type Method Description private static ModelModels. block(String parent, String variant, TextureKey[] requiredTextures)private static ModelModels. block(String parent, TextureKey[] requiredTextures)TextureTexture. copyAndAdd(TextureKey key, Identifier id)IdentifierTexture. getTexture(TextureKey key)TextureTexture. inherit(TextureKey parent, TextureKey child)private static ModelModels. item(String parent, TextureKey[] requiredTextures)private static ModelModels. make(TextureKey[] requiredTextures)TextureTexture. method_35908(TextureKey textureKey, TextureKey textureKey2)TextureTexture. method_35909(TextureKey textureKey, Identifier identifier)static TextureTexture. of(TextureKey key, Identifier id)private static TextureKeyTextureKey. of(String name, TextureKey parent)TextureTexture. put(TextureKey key, Identifier id)Constructors in net.minecraft.data.client.model with parameters of type TextureKey Constructor Description Model(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)TextureKey(String name, @Nullable TextureKey parent)