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 OctahedralGroupOctahedralGroup.fromXYAngles(Quadrant x, Quadrant y) -
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 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.Methods in net.minecraft.client.renderer.block.model with parameters of type QuadrantModifier and TypeMethodDescriptionprivate static voidFaceBakery.bakeVertex(int[] vertexData, int vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant rotation, org.joml.Matrix4fc inverseFaceTransform, float[] shape, TextureAtlasSprite sprite, Transformation transformation, BlockElementRotation partRotation) static floatBlockElementFace.getU(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) static floatBlockElementFace.getV(BlockElementFace.UVs uvs, Quadrant rotation, int vertexIndex) private static int[]FaceBakery.makeVertices(BlockElementFace.UVs uvs, Quadrant rotation, org.joml.Matrix4fc inverseFaceTransform, TextureAtlasSprite sprite, Direction facing, float[] shape, Transformation transformation, BlockElementRotation partRotation) 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 Quadrant -
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.