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 TypeMethodDescription(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 voidBakedQuadFactory.packVertexData(int int2, CubeFace cubeFace, ModelElementFace.UV uV, AxisRotation axisRotation, Matrix4fc matrix4fc, Vector3fc vector3fc, Vector3fc vector3fc2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation, Vector3fc[] vector3fc3, long[] long2, Baker.class_12356 class_12356) -
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) @Nullable ModelElementFace.UVModelElementFace.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 rotation)