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 ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) Methods in net.minecraft.client.render.model with parameters of type ModelElementTextureModifier and TypeMethodDescriptionprivate void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation) 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) static ModelElementTexture
BakedQuadFactory.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 ModelElementTexture
ModelElementFace.textureData
The field for thetextureData
record 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 thetextureData
record 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 aModelElementFace
record class.