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 p_111333_) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifier and TypeMethodDescriptionprivate voidFaceBakery.applyElementRotation(org.joml.Vector3f p_254412_, BlockElementRotation p_254150_) FaceBakery.bakeQuad(org.joml.Vector3f p_253895_, org.joml.Vector3f p_253976_, BlockElementFace p_111603_, TextureAtlasSprite p_111604_, Direction p_111605_, ModelState p_111606_, BlockElementRotation p_111607_, boolean p_111608_, ResourceLocation p_111609_) private voidFaceBakery.bakeVertex(int[] p_111621_, int p_111622_, Direction p_111623_, BlockFaceUV p_111624_, float[] p_111625_, TextureAtlasSprite p_111626_, Transformation p_111627_, BlockElementRotation p_111628_, boolean p_111629_) private int[]FaceBakery.makeVertices(BlockFaceUV p_111574_, TextureAtlasSprite p_111575_, Direction p_111576_, float[] p_111577_, Transformation p_111578_, BlockElementRotation p_111579_, boolean p_111580_) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementRotationModifierConstructorDescriptionBlockElement(org.joml.Vector3f p_253626_, org.joml.Vector3f p_254426_, Map<Direction, BlockElementFace> p_254454_, BlockElementRotation p_254229_, boolean p_253661_) BlockElement(org.joml.Vector3f p_253626_, org.joml.Vector3f p_254426_, Map<Direction, BlockElementFace> p_254454_, BlockElementRotation p_254229_, boolean p_253661_, 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()