Uses of Class
net.minecraft.client.render.model.json.ModelElementTexture
Package | Description |
---|---|
net.minecraft.client.render.model | |
net.minecraft.client.render.model.json |
-
Uses of ModelElementTexture in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return ModelElementTexture Modifier and Type Method Description static ModelElementTexture
BakedQuadFactory. uvLock(ModelElementTexture texture, Direction orientation, AffineTransformation rotation, Identifier modelId)
Methods in net.minecraft.client.render.model with parameters of type ModelElementTexture Modifier and Type Method Description private 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, Vec3f 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 ModelElementTexture Modifier and Type Field Description ModelElementTexture
ModelElementFace. textureData
Methods in net.minecraft.client.render.model.json that return ModelElementTexture Modifier and Type Method Description ModelElementTexture
ModelElementTexture.Deserializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
Constructors in net.minecraft.client.render.model.json with parameters of type ModelElementTexture Constructor Description ModelElementFace(@Nullable Direction cullFace, int tintIndex, String textureId, ModelElementTexture textureData)