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 rotation) 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 x, Quadrant y) static OctahedralGroupQuadrant.fromXYZAngles(Quadrant x, Quadrant y, Quadrant z) -
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 json) 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 vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant faceRotation, Matrix4fc inverseFaceTransform, Vector3fc posFrom, Vector3fc posTo, TextureAtlasSprite sprite, Transformation transformation, @Nullable BlockElementRotation rotation, Vector3fc[] positions, long[] packedUVs, ModelBaker.PartCache partCache) static floatBlockElementFace.getU(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) static floatBlockElementFace.getV(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) 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.