Uses of Class
net.minecraft.client.render.model.json.ModelElementTexture
Packages that use ModelElementTexture
-
Uses of ModelElementTexture in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return ModelElementTextureModifier and TypeMethodDescriptionprivate ModelElementTextureModelFaceBaker.method_12363(ModelElementTexture modelElementTexture, Direction direction, ModelRotation modelRotation) (package private) abstract ModelElementTextureModelFaceBaker.class_2873.method_12366(float float2, float float3, float float4, float float5) ModelFaceBaker.class_2873.method_12367(ModelElementTexture modelElementTexture) Methods in net.minecraft.client.render.model with parameters of type ModelElementTextureModifier and TypeMethodDescriptionprivate int[]ModelFaceBaker.method_10050(ModelElementTexture modelElementTexture, Sprite sprite, Direction direction, float[] float2, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool) private voidModelFaceBaker.method_10058(int[] data, int int2, int int3, org.lwjgl.util.vector.Vector3f vector3f, int int4, Sprite sprite, ModelElementTexture modelElementTexture) private voidModelFaceBaker.method_10059(int[] int2, int int3, Direction direction, ModelElementTexture modelElementTexture, float[] float2, Sprite sprite, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool) private ModelElementTextureModelFaceBaker.method_12363(ModelElementTexture modelElementTexture, Direction direction, ModelRotation modelRotation) ModelFaceBaker.class_2873.method_12367(ModelElementTexture modelElementTexture) -
Uses of ModelElementTexture in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelElementTextureMethods in net.minecraft.client.render.model.json that return ModelElementTextureModifier and TypeMethodDescriptionModelElementTexture.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) Constructors in net.minecraft.client.render.model.json with parameters of type ModelElementTextureModifierConstructorDescriptionModelElementFace(Direction cullface, int tintIndex, String textureId, ModelElementTexture textureReference)