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 BlockElementRotationBlockElement.Deserializer.getRotation(com.google.gson.JsonObject json) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifier and TypeMethodDescriptionprivate voidFaceBakery.applyElementRotation(org.joml.Vector3f vec, BlockElementRotation partRotation) FaceBakery.bakeQuad(org.joml.Vector3f posFrom, org.joml.Vector3f posTo, BlockElementFace face, TextureAtlasSprite sprite, Direction facing, ModelState transform, BlockElementRotation rotation, boolean shade) private voidFaceBakery.bakeVertex(int[] vertexData, int vertexIndex, Direction facing, BlockFaceUV blockFaceUV, float[] posDiv16, TextureAtlasSprite sprite, Transformation rotation, BlockElementRotation partRotation, boolean shade) private int[]FaceBakery.makeVertices(BlockFaceUV uvs, TextureAtlasSprite sprite, Direction orientation, float[] posDiv16, Transformation rotation, BlockElementRotation partRotation, boolean shade) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifierConstructorDescriptionBlockElement(org.joml.Vector3f from, org.joml.Vector3f to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade) BlockElement(org.joml.Vector3f from, org.joml.Vector3f to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade, 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) BlockElementRotationModelBuilder.ElementBuilder.RotationBuilder.build()