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.UVBakedQuadFactory.compactUV(Sprite sprite, ModelElementFace.UV uv) (package private) static ModelElementFace.UVBakedQuadFactory.setDefaultUV(Vector3fc from, Vector3fc to, Direction facing) Methods in net.minecraft.client.render.model with parameters of type ModelElementFace.UVModifier and TypeMethodDescriptionprivate static ModelElementFace.UVBakedQuadFactory.compactUV(Sprite sprite, ModelElementFace.UV uv) private static voidBakedQuadFactory.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.UVGeneratedItemModel.FACING_NORTH_UVprivate static final ModelElementFace.UVGeneratedItemModel.FACING_SOUTH_UVprivate final ModelElementFace.UVModelElementFace.uvsThe field for theuvsrecord component.Methods in net.minecraft.client.render.model.json that return ModelElementFace.UVModifier and TypeMethodDescriptionprivate static @Nullable ModelElementFace.UVModelElementFace.Deserializer.getUV(JsonObject jsonObject) ModelElementFace.uvs()Returns the value of theuvsrecord component.Methods in net.minecraft.client.render.model.json with parameters of type ModelElementFace.UVModifier and TypeMethodDescriptionstatic floatModelElementFace.getUValue(ModelElementFace.UV uV, AxisRotation axisRotation, int int2) static floatModelElementFace.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)