Uses of Record Class
net.minecraft.client.render.model.json.ModelElementFace.UV
Packages that use ModelElementFace.UV
-
Uses of ModelElementFace.UV in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return ModelElementFace.UVModifier and TypeMethodDescriptionprivate static ModelElementFace.UV
BakedQuadFactory.compactUV
(Sprite sprite, ModelElementFace.UV uv) (package private) static ModelElementFace.UV
BakedQuadFactory.setDefaultUV
(Vector3fc from, Vector3fc to, Direction facing) Methods in net.minecraft.client.render.model with parameters of type ModelElementFace.UVModifier and TypeMethodDescriptionprivate static ModelElementFace.UV
BakedQuadFactory.compactUV
(Sprite sprite, ModelElementFace.UV uv) private static void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, CubeFace cubeFace, ModelElementFace.UV texture, AxisRotation axisRotation, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]
BakedQuadFactory.packVertexData
(ModelElementFace.UV texture, AxisRotation rotation, Matrix4fc matrix4fc, Sprite sprite, Direction facing, float[] float2, AffineTransformation transform, @Nullable ModelRotation modelRotation) -
Uses of ModelElementFace.UV in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelElementFace.UVModifier and TypeFieldDescriptionprivate static final ModelElementFace.UV
GeneratedItemModel.FACING_NORTH_UV
private static final ModelElementFace.UV
GeneratedItemModel.FACING_SOUTH_UV
private final ModelElementFace.UV
ModelElementFace.uvs
The field for theuvs
record component.Methods in net.minecraft.client.render.model.json that return ModelElementFace.UVModifier and TypeMethodDescriptionprivate static @Nullable ModelElementFace.UV
ModelElementFace.Deserializer.getUV
(JsonObject jsonObject) ModelElementFace.uvs()
Returns the value of theuvs
record component.Methods in net.minecraft.client.render.model.json with parameters of type ModelElementFace.UVModifier and TypeMethodDescriptionstatic float
ModelElementFace.getUValue
(ModelElementFace.UV uV, AxisRotation axisRotation, int int2) static float
ModelElementFace.getVValue
(ModelElementFace.UV uV, AxisRotation axisRotation, int int2) Constructors in net.minecraft.client.render.model.json with parameters of type ModelElementFace.UVModifierConstructorDescriptionModelElementFace
(@Nullable Direction cullFace, int tintIndex, String textureId, @Nullable ModelElementFace.UV textureData, AxisRotation axisRotation)