Uses of Class
net.minecraft.client.render.model.json.ModelElementTexture
Packages that use ModelElementTexture
Package
Description
-
Uses of ModelElementTexture in net.minecraft
Methods in net.minecraft that return ModelElementTextureModifier and TypeMethodDescriptionclass_2444.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) -
Uses of ModelElementTexture in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelElementTextureModifier and TypeMethodDescriptionprivate voidModelFaceBaker.lockVertex(int index, int[] data, Direction direction, ModelElementTexture texture, Sprite sprite) private voidModelFaceBaker.method_10058(int[] int2, int int3, int int4, javax.vecmath.Vector3d vector3d, int int5, Sprite sprite, ModelElementTexture modelElementTexture) voidModelFaceBaker.method_10061(int[] int2, Direction dir, ModelElementTexture texture, Sprite sprite) -
Uses of ModelElementTexture in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelElementTextureConstructors in net.minecraft.client.render.model.json with parameters of type ModelElementTextureModifierConstructorDescriptionModelElementFace(Direction cullface, int tintIndex, String textureId, ModelElementTexture textureReference)