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 BlockElementFace.UVsBlockElementFace.uvsThe field for theuvsrecord component.Methods in net.minecraft.client.renderer.block.model that return BlockElementFace.UVsModifier and TypeMethodDescriptionstatic BlockElementFace.UVsFaceBakery.defaultFaceUV(org.joml.Vector3fc posFrom, org.joml.Vector3fc posTo, Direction facing) private static BlockElementFace.UVsBlockElementFace.Deserializer.getUVs(JsonObject json) private static BlockElementFace.UVsFaceBakery.shrinkUVs(TextureAtlasSprite sprite, BlockElementFace.UVs uvs) BlockElementFace.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[] vertexData, int vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant rotation, org.joml.Matrix4fc inverseFaceTransform, float[] shape, TextureAtlasSprite sprite, Transformation transformation, BlockElementRotation partRotation) static floatBlockElementFace.getU(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) static floatBlockElementFace.getV(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) private static int[]FaceBakery.makeVertices(BlockElementFace.UVs uvs, Quadrant rotation, org.joml.Matrix4fc inverseFaceTransform, TextureAtlasSprite sprite, Direction facing, float[] shape, Transformation transformation, BlockElementRotation partRotation) private static BlockElementFace.UVsFaceBakery.shrinkUVs(TextureAtlasSprite sprite, BlockElementFace.UVs uvs) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementFace.UVsModifierConstructorDescriptionBlockElementFace(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation) BlockElementFace(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation, 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
Methods in net.neoforged.neoforge.client.model that return BlockElementFace.UVsModifier and TypeMethodDescriptionprivate static BlockElementFace.UVsUnbakedElementsHelper.expandUVs(BlockElementFace.UVs uvs, float expand) Methods in net.neoforged.neoforge.client.model with parameters of type BlockElementFace.UVsModifier and TypeMethodDescriptionprivate static BlockElementFace.UVsUnbakedElementsHelper.expandUVs(BlockElementFace.UVs uvs, float expand) -
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