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 BlockElementRotation
BlockElement.rotation
The field for therotation
record component.Methods in net.minecraft.client.renderer.block.model that return BlockElementRotationModifier and TypeMethodDescriptionprivate BlockElementRotation
BlockElement.Deserializer.getRotation
(com.google.gson.JsonObject p_111333_) BlockElement.rotation()
Returns the value of therotation
record component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifier and TypeMethodDescriptionprivate static void
FaceBakery.applyElementRotation
(org.joml.Vector3f p_254412_, BlockElementRotation p_254150_) static BakedQuad
FaceBakery.bakeQuad
(org.joml.Vector3fc p_404957_, org.joml.Vector3fc p_405340_, BlockElementFace p_111603_, TextureAtlasSprite p_111604_, Direction p_111605_, ModelState p_111606_, BlockElementRotation p_111607_, boolean p_111608_, int p_364857_) private static void
FaceBakery.bakeVertex
(int[] p_111621_, int p_111622_, FaceInfo p_405531_, BlockElementFace.UVs p_405537_, Quadrant p_404831_, org.joml.Matrix4fc p_405449_, float[] p_111625_, TextureAtlasSprite p_111626_, Transformation p_111627_, BlockElementRotation p_111628_) private static int[]
FaceBakery.makeVertices
(BlockElementFace.UVs p_405062_, Quadrant p_405779_, org.joml.Matrix4fc p_404746_, TextureAtlasSprite p_111575_, Direction p_111576_, float[] p_111577_, Transformation p_111578_, BlockElementRotation p_111579_) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifierConstructorDescriptionBlockElement
(org.joml.Vector3fc from, org.joml.Vector3fc to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade, int lightEmission) BlockElement
(org.joml.Vector3fc from, org.joml.Vector3fc to, Map<Direction, BlockElementFace> faces, BlockElementRotation rotation, boolean shade, int lightEmission, ExtraFaceData faceData) Creates an instance of aBlockElement
record class. -
Uses of BlockElementRotation in net.neoforged.neoforge.client.model.generators.template
Methods in net.neoforged.neoforge.client.model.generators.template that return BlockElementRotation