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.method_67920(Sprite sprite, ModelElementFace.UV uv) (package private) static ModelElementFace.UVBakedQuadFactory.method_67921(Vector3fc vector3fc, Vector3fc vector3fc2, Direction facing) Methods in net.minecraft.client.render.model with parameters of type ModelElementFace.UVModifier and TypeMethodDescriptionprivate static ModelElementFace.UVBakedQuadFactory.method_67920(Sprite sprite, ModelElementFace.UV uv) private static voidBakedQuadFactory.packVertexData(int[] int2, int cornerIndex, CubeFace cubeFace, ModelElementFace.UV texture, Rotation rotation, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]BakedQuadFactory.packVertexData(ModelElementFace.UV texture, Rotation 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.field_56930private static final ModelElementFace.UVGeneratedItemModel.field_56931private 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.method_67912(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.method_67909(ModelElementFace.UV uV, Rotation rotation, int int2) static floatModelElementFace.method_67910(ModelElementFace.UV uV, Rotation rotation, 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, Rotation rotation)