Uses of Enum Class
com.mojang.math.Quadrant
Packages that use Quadrant
Package
Description
-
Uses of Quadrant in com.mojang.math
Subclasses with type arguments of type Quadrant in com.mojang.mathFields in com.mojang.math with type parameters of type QuadrantMethods in com.mojang.math that return QuadrantModifier and TypeMethodDescriptionstatic QuadrantQuadrant.parseJson(int degrees) 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 xRotation, Quadrant yRotation) static OctahedralGroupQuadrant.fromXYZAngles(Quadrant xRotation, Quadrant yRotation, Quadrant zRotation) -
Uses of Quadrant in net.minecraft.client.renderer.block.dispatch
Fields in net.minecraft.client.renderer.block.dispatch declared as QuadrantModifier and TypeFieldDescriptionprivate 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.dispatch 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.dispatch that return QuadrantModifier and TypeMethodDescriptionVariant.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.dispatch with parameters of type QuadrantModifier and TypeMethodDescriptionConstructors in net.minecraft.client.renderer.block.dispatch with parameters of type QuadrantModifierConstructorDescriptionSimpleModelState(Quadrant x, Quadrant y, Quadrant z, boolean uvLock) Creates an instance of aSimpleModelStaterecord class. -
Uses of Quadrant in net.minecraft.client.resources.model.cuboid
Fields in net.minecraft.client.resources.model.cuboid declared as QuadrantModifier and TypeFieldDescriptionprivate final QuadrantCuboidFace.rotationThe field for therotationrecord component.Methods in net.minecraft.client.resources.model.cuboid that return QuadrantModifier and TypeMethodDescriptionprivate static QuadrantCuboidFace.Deserializer.getRotation(com.google.gson.JsonObject object) CuboidFace.rotation()Returns the value of therotationrecord component.Methods in net.minecraft.client.resources.model.cuboid with parameters of type QuadrantModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation) Deprecated.static BakedQuadFaceBakery.bakeQuad(ModelBaker.Interner interner, org.joml.Vector3fc from, org.joml.Vector3fc to, CuboidFace.UVs uvs, Quadrant uvRotation, BakedQuad.MaterialInfo materialInfo, Direction facing, ModelState modelState, @Nullable CuboidRotation elementRotation, ExtraFaceData faceData) private static voidFaceBakery.bakeVertex(int index, FaceInfo faceInfo, CuboidFace.UVs uvs, Quadrant uvRotation, org.joml.Matrix4fc uvTransform, org.joml.Vector3fc from, org.joml.Vector3fc to, BakedQuad.MaterialInfo materialInfo, Transformation rotation, @Nullable CuboidRotation elementRotation, org.joml.Vector3fc[] positionOutput, long[] uvOutput, ModelBaker.Interner interner) static floatCuboidFace.getU(CuboidFace.UVs uvs, Quadrant rotation, int vertex) static floatCuboidFace.getV(CuboidFace.UVs uvs, Quadrant rotation, int index) Constructors in net.minecraft.client.resources.model.cuboid with parameters of type QuadrantModifierConstructorDescriptionCuboidFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable CuboidFace.UVs uvs, Quadrant rotation) CuboidFace(@Nullable Direction cullForDirection, int tintIndex, String texture, @Nullable CuboidFace.UVs uvs, Quadrant rotation, @Nullable ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<CuboidModelElement> parent) Creates an instance of aCuboidFacerecord 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. -
Uses of Quadrant in net.neoforged.neoforge.client.model.quad
Fields in net.neoforged.neoforge.client.model.quad declared as QuadrantMethods in net.neoforged.neoforge.client.model.quad with parameters of type QuadrantConstructors in net.neoforged.neoforge.client.model.quad with parameters of type QuadrantModifierConstructorDescriptionprivateUVTransform(Quadrant rotation, boolean flipU, boolean flipV)
Neo: use
invalid reference