Uses of Record Class
net.minecraft.client.renderer.block.model.BlockElementFace.UVs
Packages that use BlockElementFace.UVs
Package
Description
-
Uses of BlockElementFace.UVs in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as BlockElementFace.UVsModifier and TypeFieldDescriptionprivate static final BlockElementFace.UVsItemModelGenerator.NORTH_FACE_UVSprivate static final BlockElementFace.UVsItemModelGenerator.SOUTH_FACE_UVSprivate final @Nullable BlockElementFace.UVsBlockElementFace.uvsThe field for theuvsrecord component.Methods in net.minecraft.client.renderer.block.model that return BlockElementFace.UVsModifier and TypeMethodDescriptionstatic BlockElementFace.UVsFaceBakery.defaultFaceUV(Vector3fc posFrom, Vector3fc posTo, Direction facing) private static @Nullable BlockElementFace.UVsBlockElementFace.Deserializer.getUVs(JsonObject json) @Nullable BlockElementFace.UVsBlockElementFace.uvs()Returns the value of theuvsrecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementFace.UVsModifier and TypeMethodDescriptionprivate static voidFaceBakery.bakeVertex(int vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant faceRotation, Matrix4fc inverseFaceTransform, Vector3fc posFrom, Vector3fc posTo, TextureAtlasSprite sprite, Transformation transformation, @Nullable BlockElementRotation rotation, Vector3fc[] positions, long[] packedUVs, ModelBaker.PartCache partCache) static floatBlockElementFace.getU(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) static floatBlockElementFace.getV(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementFace.UVsModifierConstructorDescriptionBlockElementFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable BlockElementFace.UVs uvs, Quadrant rotation) BlockElementFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable BlockElementFace.UVs uvs, Quadrant rotation, @Nullable ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFacerecord class. -
Uses of BlockElementFace.UVs in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as BlockElementFace.UVs