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 corner, CubeFace cubeFace, ModelElementFace.UV uv, AxisRotation axisRotation, Matrix4fc matrix, Vector3fc from, Vector3fc to, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelElementRotation rotation, Vector3fc[] positions, long[] packedUvs, Baker.Vec3fInterner interner) -
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 json) @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 rotation, int index) static floatModelElementFace.getVValue(ModelElementFace.UV uv, AxisRotation rotation, int index) 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)