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 TypeMethodDescriptionstatic ModelElementTextureBakedQuadFactory.uvLock(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) Methods in net.minecraft.client.render.model with parameters of type ModelElementTextureModifier and TypeMethodDescriptionprivate static voidBakedQuadFactory.packVertexData(int[] int2, int int3, Direction direction, ModelElementTexture modelElementTexture, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static voidBakedQuadFactory.packVertexData(int[] int2, int int3, Vector3f vector3f, Sprite sprite, ModelElementTexture modelElementTexture) private static int[]BakedQuadFactory.packVertexData(ModelElementTexture modelElementTexture, Sprite sprite, Direction direction, float[] float2, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) static ModelElementTextureBakedQuadFactory.uvLock(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) -
Uses of ModelElementTexture in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelElementTextureModifier and TypeFieldDescriptionprivate final ModelElementTextureModelElementFace.textureDataThe field for thetextureDatarecord component.Methods in net.minecraft.client.render.model.json that return ModelElementTextureModifier and TypeMethodDescriptionModelElementTexture.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) ModelElementFace.textureData()Returns the value of thetextureDatarecord component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelElementTextureModifierConstructorDescriptionModelElementFace(@Nullable Direction cullFace, int tintIndex, String textureId, ModelElementTexture textureData) Creates an instance of aModelElementFacerecord class.