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
(com.google.gson.JsonObject p_404961_) 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[] 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_) 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 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 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.