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 OctahedralGroupQuadrant.fromXYAngles(Quadrant pX, Quadrant pY) static OctahedralGroupQuadrant.fromXYZAngles(Quadrant pX, Quadrant pY, Quadrant pZ) -
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 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.Variant.SimpleModelState.z()Returns the value of thezrecord component.Methods in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifier and TypeMethodDescriptionprivate static voidFaceBakery.bakeVertex(int pVertexIndex, FaceInfo pFaceInfo, BlockElementFace.UVs pUvs, Quadrant pFaceRotation, Matrix4fc pInverseFaceTransform, Vector3fc pPosFrom, Vector3fc pPosTo, TextureAtlasSprite pSprite, Transformation pTransformation, @Nullable BlockElementRotation pRotation, Vector3fc[] pPositions, long[] pPackedUVs, ModelBaker.PartCache pPartCache) static floatBlockElementFace.getU(BlockElementFace.UVs pUvs, Quadrant pRotation, int pVertexIndex) static floatBlockElementFace.getV(BlockElementFace.UVs pUvs, Quadrant pRotation, int pVertexIndex) 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.