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, Identifier modelId) 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, 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, Identifier modelId) -
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
(@Nullable Direction cullFace, int tintIndex, String textureId, ModelElementTexture textureData)