Uses of Record Class
net.minecraft.client.resources.model.cuboid.CuboidFace.UVs
Packages that use CuboidFace.UVs
Package
Description
-
Uses of CuboidFace.UVs in net.minecraft.client.resources.model.cuboid
Fields in net.minecraft.client.resources.model.cuboid declared as CuboidFace.UVsModifier and TypeFieldDescriptionprivate static final CuboidFace.UVsItemModelGenerator.NORTH_FACE_UVSprivate static final CuboidFace.UVsItemModelGenerator.SOUTH_FACE_UVSprivate final @Nullable CuboidFace.UVsCuboidFace.uvsThe field for theuvsrecord component.Methods in net.minecraft.client.resources.model.cuboid that return CuboidFace.UVsModifier and TypeMethodDescriptionstatic CuboidFace.UVsFaceBakery.defaultFaceUV(org.joml.Vector3fc from, org.joml.Vector3fc to, Direction facing) private static @Nullable CuboidFace.UVsCuboidFace.Deserializer.getUVs(com.google.gson.JsonObject object) @Nullable CuboidFace.UVsCuboidFace.uvs()Returns the value of theuvsrecord component.Methods in net.minecraft.client.resources.model.cuboid with parameters of type CuboidFace.UVsModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation) Deprecated.static BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation, ExtraFaceData faceData) private static voidFaceBakery.bakeVertex(int index, FaceInfo faceInfo, CuboidFace.UVs uvs, Quadrant uvRotation, org.joml.Matrix4fc uvTransform, org.joml.Vector3fc from, org.joml.Vector3fc to, BakedQuad.MaterialInfo materialInfo, Transformation rotation, @Nullable CuboidRotation elementRotation, org.joml.Vector3fc[] positionOutput, long[] uvOutput, ModelBaker.Interner interner) private static TransparencyFaceBakery.computeMaterialTransparency(Material.Baked material, CuboidFace.UVs uvs) static floatCuboidFace.getU(CuboidFace.UVs uvs, Quadrant rotation, int vertex) static floatCuboidFace.getV(CuboidFace.UVs uvs, Quadrant rotation, int index) Constructors in net.minecraft.client.resources.model.cuboid with parameters of type CuboidFace.UVsModifierConstructorDescriptionCuboidFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable CuboidFace.UVs uvs, Quadrant rotation) CuboidFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable CuboidFace.UVs uvs, Quadrant rotation, @Nullable ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<CuboidModelElement> parent) Creates an instance of aCuboidFacerecord class. -
Uses of CuboidFace.UVs in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as CuboidFace.UVs
Neo: use
invalid reference