Uses of Class
net.minecraft.client.render.model.json.ModelElementTexture
-
Uses of ModelElementTexture in net.minecraft.client.render.model
Modifier and TypeMethodDescriptionstatic ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) Modifier and TypeMethodDescriptionprivate void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) private void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Vector3f position, Sprite sprite, ModelElementTexture modelElementTexture) private int[]
BakedQuadFactory.packVertexData
(ModelElementTexture texture, Sprite sprite, Direction direction, float[] positionMatrix, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) -
Uses of ModelElementTexture in net.minecraft.client.render.model.json
Modifier and TypeFieldDescriptionprivate final ModelElementTexture
ModelElementFace.textureData
The field for thetextureData
record component.Modifier and TypeMethodDescriptionModelElementTexture.Deserializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) ModelElementFace.textureData()
Returns the value of thetextureData
record component.ModifierConstructorDescriptionModelElementFace
(@Nullable Direction cullFace, int tintIndex, String textureId, ModelElementTexture textureData) Creates an instance of aModelElementFace
record class.