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 ModelElementTextureBakedQuadFactory. 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 voidBakedQuadFactory. packVertexData(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded)private voidBakedQuadFactory. 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 ModelElementTextureBakedQuadFactory. 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 ModelElementTextureModelElementFace. textureDataMethods in net.minecraft.client.render.model.json that return ModelElementTexture Modifier and Type Method Description ModelElementTextureModelElementTexture.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)