Uses of Enum Class
com.mojang.math.Quadrant
Packages that use Quadrant
Package
Description
-
Uses of Quadrant in com.mojang.math
Subclasses with type arguments of type Quadrant in com.mojang.mathFields in com.mojang.math with type parameters of type QuadrantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Quadrant> Quadrant.CODECMethods in com.mojang.math that return QuadrantModifier and TypeMethodDescriptionstatic QuadrantQuadrant.parseJson(int degrees) Deprecated.static QuadrantReturns the enum constant of this class with the specified name.static Quadrant[]Quadrant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.math with parameters of type QuadrantModifier and TypeMethodDescriptionstatic OctahedralGroupQuadrant.fromXYAngles(Quadrant xRotation, Quadrant yRotation) static OctahedralGroupQuadrant.fromXYZAngles(Quadrant xRotation, Quadrant yRotation, Quadrant zRotation) -
Uses of Quadrant in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as QuadrantModifier and TypeFieldDescriptionprivate final QuadrantBlockElementFace.rotationThe field for therotationrecord component.private final QuadrantVariant.SimpleModelState.xThe field for thexrecord component.private final QuadrantVariant.SimpleModelState.yThe field for theyrecord component.private final QuadrantVariant.SimpleModelState.zThe field for thezrecord component.Fields in net.minecraft.client.renderer.block.model with type parameters of type QuadrantModifier and TypeFieldDescriptionstatic final VariantMutator.VariantProperty<Quadrant> VariantMutator.X_ROTstatic final VariantMutator.VariantProperty<Quadrant> VariantMutator.Y_ROTstatic final VariantMutator.VariantProperty<Quadrant> VariantMutator.Z_ROTMethods in net.minecraft.client.renderer.block.model that return QuadrantModifier and TypeMethodDescriptionprivate static QuadrantBlockElementFace.Deserializer.getRotation(JsonObject object) BlockElementFace.rotation()Returns the value of therotationrecord component.Variant.SimpleModelState.x()Returns the value of thexrecord component.Variant.SimpleModelState.y()Returns the value of theyrecord component.Variant.SimpleModelState.z()Returns the value of thezrecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, Vector3fc from, Vector3fc to, BlockElementFace.UVs uvs, Quadrant uvRotation, int tintIndex, BakedQuad.SpriteInfo spriteInfo, Direction facing, ModelState modelState, @Nullable BlockElementRotation elementRotation, boolean shade, int lightEmission) Deprecated.static BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, Vector3fc from, Vector3fc to, BlockElementFace.UVs uvs, Quadrant uvRotation, int tintIndex, BakedQuad.SpriteInfo spriteInfo, Direction facing, ModelState modelState, @Nullable BlockElementRotation elementRotation, boolean shade, int lightEmission, ExtraFaceData faceData) private static voidFaceBakery.bakeVertex(int index, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant uvRotation, Matrix4fc uvTransform, Vector3fc from, Vector3fc to, BakedQuad.SpriteInfo spriteInfo, Transformation rotation, @Nullable BlockElementRotation elementRotation, Vector3fc[] positionOutput, long[] uvOutput, ModelBaker.Interner interner) static floatBlockElementFace.getU(BlockElementFace.UVs uvs, Quadrant rotation, int vertex) static floatBlockElementFace.getV(BlockElementFace.UVs uvs, Quadrant rotation, int index) Constructors in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifierConstructorDescriptionBlockElementFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable BlockElementFace.UVs uvs, Quadrant rotation) BlockElementFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable BlockElementFace.UVs uvs, Quadrant rotation, @Nullable ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFacerecord class.SimpleModelState(Quadrant x, Quadrant y, Quadrant z, boolean uvLock) Creates an instance of aSimpleModelStaterecord class. -
Uses of Quadrant in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as QuadrantMethods in net.neoforged.neoforge.client.model.generators.template with parameters of type QuadrantModifier and TypeMethodDescriptionSet the texture rotation for the current face. -
Uses of Quadrant in net.neoforged.neoforge.client.model.quad
Fields in net.neoforged.neoforge.client.model.quad declared as QuadrantMethods in net.neoforged.neoforge.client.model.quad with parameters of type QuadrantConstructors in net.neoforged.neoforge.client.model.quad with parameters of type QuadrantModifierConstructorDescriptionprivateUVTransform(Quadrant rotation, boolean flipU, boolean flipV)
FaceBakery.bakeQuad(ModelBaker.Interner, Vector3fc, Vector3fc, BlockElementFace.UVs, Quadrant, int, BakedQuad.SpriteInfo, Direction, ModelState, BlockElementRotation, boolean, int, net.neoforged.neoforge.client.model.ExtraFaceData)instead