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.CODECMethods in com.mojang.math that return QuadrantModifier and TypeMethodDescriptionstatic QuadrantQuadrant.parseJson(int pRotation) 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 OctahedralGroupOctahedralGroup.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 QuadrantBlockElementFace.rotationThe field for therotationrecord component.private final QuadrantVariant.SimpleModelState.xThe field for thexrecord component.private final QuadrantVariant.SimpleModelState.yThe field for theyrecord 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_ROTMethods in net.minecraft.client.renderer.block.model that return QuadrantModifier and TypeMethodDescriptionprivate static QuadrantBlockElementFace.Deserializer.getRotation(JsonObject pJson) 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.Methods in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifier and TypeMethodDescriptionprivate static voidFaceBakery.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 floatBlockElementFace.getU(BlockElementFace.UVs pUvs, Quadrant pRotation, int pVertexIndex) static floatBlockElementFace.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 aBlockElementFacerecord class.SimpleModelState(Quadrant x, Quadrant y, boolean uvLock) Creates an instance of aSimpleModelStaterecord class. -
Uses of Quadrant in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as QuadrantModifier and TypeFieldDescriptionprivate final QuadrantBlockModelRotation.xRotationprivate final QuadrantBlockModelRotation.yRotationMethods in net.minecraft.client.resources.model with parameters of type QuadrantConstructors in net.minecraft.client.resources.model with parameters of type QuadrantModifierConstructorDescriptionprivateBlockModelRotation(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.