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, Identifier modelId)
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, 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
Modifier and TypeMethodDescriptionModelElementTexture.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
ModifierConstructorDescriptionModelElementFace(@Nullable Direction cullFace, int tintIndex, String textureId, ModelElementTexture textureData)