Uses of Enum Class
com.mojang.math.Quadrant
Packages that use Quadrant
Package
Description
-
Uses of Quadrant in com.mojang.math
Fields in com.mojang.math with type parameters of type QuadrantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Quadrant> Quadrant.CODEC
Methods in com.mojang.math that return QuadrantModifier and TypeMethodDescriptionstatic Quadrant
Quadrant.parseJson
(int pRotation) Deprecated.static Quadrant
Returns 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 OctahedralGroup
OctahedralGroup.fromXYAngles
(Quadrant pX, Quadrant pY) -
Uses of Quadrant in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as QuadrantModifier and TypeFieldDescriptionprivate final Quadrant
BlockElementFace.rotation
The field for therotation
record component.private final Quadrant
Variant.SimpleModelState.x
The field for thex
record component.private final Quadrant
Variant.SimpleModelState.y
The field for they
record component.Fields in net.minecraft.client.renderer.block.model with type parameters of type QuadrantModifier and TypeFieldDescriptionstatic final VariantMutator.VariantProperty
<Quadrant> VariantMutator.X_ROT
static final VariantMutator.VariantProperty
<Quadrant> VariantMutator.Y_ROT
Methods in net.minecraft.client.renderer.block.model that return QuadrantModifier and TypeMethodDescriptionprivate static Quadrant
BlockElementFace.Deserializer.getRotation
(JsonObject pJson) BlockElementFace.rotation()
Returns the value of therotation
record component.Variant.SimpleModelState.x()
Returns the value of thex
record component.Variant.SimpleModelState.y()
Returns the value of they
record component.Methods in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifier and TypeMethodDescriptionprivate static void
FaceBakery.bakeVertex
(int[] pVertexData, int pVertexIndex, FaceInfo pFaceInfo, BlockElementFace.UVs pUvs, Quadrant pRotation, org.joml.Matrix4fc pInverseFaceTransform, float[] pShape, TextureAtlasSprite pSprite, Transformation pTransformation, BlockElementRotation pPartRotation) static float
BlockElementFace.getU
(BlockElementFace.UVs pUvs, Quadrant pRotation, int pVertexIndex) static float
BlockElementFace.getV
(BlockElementFace.UVs pUvs, Quadrant pRotation, int pVertexIndex) private static int[]
FaceBakery.makeVertices
(BlockElementFace.UVs pUvs, Quadrant pRotation, org.joml.Matrix4fc pInverseFaceTransform, TextureAtlasSprite pSprite, Direction pFacing, float[] pShape, Transformation pTransformation, BlockElementRotation pPartRotation) Constructors in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifierConstructorDescriptionBlockElementFace
(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation) BlockElementFace
(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation, ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFace
record class.SimpleModelState
(Quadrant x, Quadrant y, boolean uvLock) Creates an instance of aSimpleModelState
record class. -
Uses of Quadrant in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as QuadrantModifier and TypeFieldDescriptionprivate final Quadrant
BlockModelRotation.xRotation
private final Quadrant
BlockModelRotation.yRotation
Methods in net.minecraft.client.resources.model with parameters of type QuadrantConstructors in net.minecraft.client.resources.model with parameters of type QuadrantModifierConstructorDescriptionprivate
BlockModelRotation
(Quadrant pXRotation, Quadrant pYRotation) -
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.