Uses of Class
net.minecraft.client.renderer.block.model.BlockFaceUV
Packages that use BlockFaceUV
-
Uses of BlockFaceUV in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as BlockFaceUVModifier and TypeFieldDescriptionprivate final BlockFaceUVBlockElementFace.uvThe field for theuvrecord component.Methods in net.minecraft.client.renderer.block.model that return BlockFaceUVModifier and TypeMethodDescriptionBlockFaceUV.Deserializer.deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) static BlockFaceUVFaceBakery.recomputeUVs(BlockFaceUV uv, Direction facing, Transformation rotation) BlockElementFace.uv()Returns the value of theuvrecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockFaceUVModifier and TypeMethodDescriptionprivate voidFaceBakery.bakeVertex(int[] vertexData, int vertexIndex, Direction facing, BlockFaceUV blockFaceUV, float[] posDiv16, TextureAtlasSprite sprite, Transformation rotation, BlockElementRotation partRotation, boolean shade) private voidFaceBakery.fillVertex(int[] vertexData, int vertexIndex, org.joml.Vector3f vector, TextureAtlasSprite sprite, BlockFaceUV blockFaceUV) private int[]FaceBakery.makeVertices(BlockFaceUV uvs, TextureAtlasSprite sprite, Direction orientation, float[] posDiv16, Transformation rotation, BlockElementRotation partRotation, boolean shade) static BlockFaceUVFaceBakery.recomputeUVs(BlockFaceUV uv, Direction facing, Transformation rotation) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockFaceUVModifierConstructorDescriptionBlockElementFace(Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_) BlockElementFace(Direction cullForDirection, int tintIndex, String texture, BlockFaceUV uv, ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFacerecord class.