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 BlockElementRotationModifier and TypeFieldDescriptionprivate final BlockElementRotationBlockElement.rotationThe field for therotationrecord component.Methods in net.minecraft.client.renderer.block.model that return BlockElementRotationModifier and TypeMethodDescriptionprivate BlockElementRotationBlockElement.Deserializer.getRotation(JsonObject json) BlockElement.rotation()Returns the value of therotationrecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifier and TypeMethodDescriptionprivate static voidFaceBakery.applyElementRotation(Vector3f vec, BlockElementRotation partRotation) static BakedQuadFaceBakery.bakeQuad(Vector3fc posFrom, Vector3fc posTo, BlockElementFace face, TextureAtlasSprite sprite, Direction facing, ModelState modelState, BlockElementRotation rotation, boolean shade, int lightEmission) private static voidFaceBakery.bakeVertex(int[] vertexData, int vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant rotation, Matrix4fc inverseFaceTransform, float[] shape, TextureAtlasSprite sprite, Transformation transformation, BlockElementRotation partRotation) private static Vector3fcFaceBakery.computeRescale(BlockElementRotation partRotation) private static int[]FaceBakery.makeVertices(BlockElementFace.UVs uvs, Quadrant rotation, Matrix4fc inverseFaceTransform, TextureAtlasSprite sprite, Direction facing, float[] shape, Transformation transformation, BlockElementRotation partRotation) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifierConstructorDescriptionBlockElement(Vector3fc from, Vector3fc to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade, int lightEmission) BlockElement(Vector3fc from, Vector3fc to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade, int lightEmission, ExtraFaceData faceData) Creates an instance of aBlockElementrecord class. -
Uses of BlockElementRotation in net.neoforged.neoforge.client.model.generators.template
Methods in net.neoforged.neoforge.client.model.generators.template that return BlockElementRotation