Uses of Class
net.minecraft.client.render.model.json.ModelElementTexture
Packages that use ModelElementTexture
-
Uses of ModelElementTexture in net.minecraft
Methods in net.minecraft that return ModelElementTextureModifier and TypeMethodDescription(package private) abstract ModelElementTextureclass_4233.class_2873.method_12366(float float2, float float3, float float4, float float5) class_4233.class_2873.method_12367(ModelElementTexture modelElementTexture) private ModelElementTextureclass_4233.method_19237(ModelElementTexture modelElementTexture, Direction direction, ModelRotation modelRotation) Methods in net.minecraft with parameters of type ModelElementTextureModifier and TypeMethodDescriptionclass_4233.class_2873.method_12367(ModelElementTexture modelElementTexture) private int[]class_4233.method_19236(ModelElementTexture modelElementTexture, Sprite sprite, Direction direction, float[] float2, ModelRotation modelRotation, class_4230 class_4230, boolean bool) private ModelElementTextureclass_4233.method_19237(ModelElementTexture modelElementTexture, Direction direction, ModelRotation modelRotation) private voidclass_4233.method_19247(int[] int2, int int3, int int4, class_4306 class_4306, int int5, Sprite sprite, ModelElementTexture modelElementTexture) private voidclass_4233.method_19248(int[] int2, int int3, Direction direction, ModelElementTexture modelElementTexture, float[] float2, Sprite sprite, ModelRotation modelRotation, class_4230 class_4230, boolean bool) -
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)