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 BlockFaceUV
BlockElementFace.uv
The field for theuv
record component.Methods in net.minecraft.client.renderer.block.model that return BlockFaceUVModifier and TypeMethodDescriptionBlockFaceUV.Deserializer.deserialize
(com.google.gson.JsonElement p_111404_, Type p_111405_, com.google.gson.JsonDeserializationContext p_111406_) static BlockFaceUV
FaceBakery.recomputeUVs
(BlockFaceUV pUv, Direction pFacing, Transformation pRotation) BlockElementFace.uv()
Returns the value of theuv
record component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockFaceUVModifier and TypeMethodDescriptionprivate void
FaceBakery.bakeVertex
(int[] pVertexData, int pVertexIndex, Direction pFacing, BlockFaceUV pBlockFaceUV, float[] pPosDiv16, TextureAtlasSprite pSprite, Transformation pRotation, BlockElementRotation pPartRotation, boolean pShade) private void
FaceBakery.fillVertex
(int[] p_111615_, int p_111616_, org.joml.Vector3f p_254291_, TextureAtlasSprite p_111618_, BlockFaceUV p_111619_) private int[]
FaceBakery.makeVertices
(BlockFaceUV pUvs, TextureAtlasSprite pSprite, Direction pOrientation, float[] pPosDiv16, Transformation pRotation, BlockElementRotation pPartRotation, boolean pShade) static BlockFaceUV
FaceBakery.recomputeUVs
(BlockFaceUV pUv, Direction pFacing, Transformation pRotation) 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 aBlockElementFace
record class.