Uses of Record Class
net.minecraft.client.renderer.block.model.BlockElementRotation
Packages that use BlockElementRotation
Package
Description
-
Uses of BlockElementRotation in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as BlockElementRotationMethods in net.minecraft.client.renderer.block.model that return BlockElementRotationModifier and TypeMethodDescriptionprivate BlockElementRotation
BlockElement.Deserializer.getRotation
(JsonObject pJson) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifier and TypeMethodDescriptionprivate void
FaceBakery.applyElementRotation
(org.joml.Vector3f pVec, BlockElementRotation pPartRotation) FaceBakery.bakeQuad
(org.joml.Vector3f pPosFrom, org.joml.Vector3f pPosTo, BlockElementFace pFace, TextureAtlasSprite pSprite, Direction pFacing, ModelState pTransform, BlockElementRotation pRotation, boolean pShade) private void
FaceBakery.bakeVertex
(int[] pVertexData, int pVertexIndex, Direction pFacing, BlockFaceUV pBlockFaceUV, float[] pPosDiv16, TextureAtlasSprite pSprite, Transformation pRotation, BlockElementRotation pPartRotation, boolean pShade) private int[]
FaceBakery.makeVertices
(BlockFaceUV pUvs, TextureAtlasSprite pSprite, Direction pOrientation, float[] pPosDiv16, Transformation pRotation, BlockElementRotation pPartRotation, boolean pShade) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifierConstructorDescriptionBlockElement
(org.joml.Vector3f pFrom, org.joml.Vector3f pTo, Map<Direction, BlockElementFace> pFaces, BlockElementRotation pRotation, boolean pShade) BlockElement
(org.joml.Vector3f pFrom, org.joml.Vector3f pTo, Map<Direction, BlockElementFace> pFaces, BlockElementRotation pRotation, boolean pShade, ExtraFaceData faceData) -
Uses of BlockElementRotation in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators that return BlockElementRotationModifier and TypeMethodDescription(package private) BlockElementRotation
ModelBuilder.ElementBuilder.RotationBuilder.build()