Uses of Record Class
net.minecraft.client.resources.model.cuboid.CuboidRotation
Packages that use CuboidRotation
Package
Description
-
Uses of CuboidRotation in net.minecraft.client.resources.model.cuboid
Fields in net.minecraft.client.resources.model.cuboid declared as CuboidRotationModifier and TypeFieldDescriptionprivate final @Nullable CuboidRotationCuboidModelElement.rotationThe field for therotationrecord component.Methods in net.minecraft.client.resources.model.cuboid that return CuboidRotationModifier and TypeMethodDescriptionprivate @Nullable CuboidRotationCuboidModelElement.Deserializer.getRotation(com.google.gson.JsonObject object) @Nullable CuboidRotationCuboidModelElement.rotation()Returns the value of therotationrecord component.Methods in net.minecraft.client.resources.model.cuboid with parameters of type CuboidRotationModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation) Deprecated.static BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation, ExtraFaceData faceData) static BakedQuadFaceBakery.bakeQuad(ModelBaker modelBaker, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace face, Material.Baked material, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation, boolean shade, int lightEmission) private static voidFaceBakery.bakeVertex(int index, FaceInfo faceInfo, CuboidFace.UVs uvs, Quadrant uvRotation, org.joml.Matrix4fc uvTransform, org.joml.Vector3fc from, org.joml.Vector3fc to, BakedQuad.MaterialInfo materialInfo, Transformation rotation, @Nullable CuboidRotation elementRotation, org.joml.Vector3fc[] positionOutput, long[] uvOutput, ModelBaker.Interner interner) Constructors in net.minecraft.client.resources.model.cuboid with parameters of type CuboidRotationModifierConstructorDescriptionCuboidModelElement(org.joml.Vector3fc from, org.joml.Vector3fc to, Map<Direction, CuboidFace> faces, @Nullable CuboidRotation rotation, boolean shade, int lightEmission) CuboidModelElement(org.joml.Vector3fc from, org.joml.Vector3fc to, Map<Direction, CuboidFace> faces, @Nullable CuboidRotation rotation, boolean shade, int lightEmission, ExtraFaceData faceData) Creates an instance of aCuboidModelElementrecord class. -
Uses of CuboidRotation in net.neoforged.neoforge.client.model.generators.template
Methods in net.neoforged.neoforge.client.model.generators.template that return CuboidRotation
Neo: use
invalid reference