Uses of Class
com.mojang.math.Vector3f
Packages that use Vector3f
Package
Description
-
Uses of Vector3f in com.mojang.blaze3d.audio
Methods in com.mojang.blaze3d.audio with parameters of type Vector3fModifier and TypeMethodDescriptionvoidListener.setListenerOrientation(Vector3f p_83742_, Vector3f p_83743_) -
Uses of Vector3f in com.mojang.blaze3d.platform
Fields in com.mojang.blaze3d.platform declared as Vector3fModifier and TypeFieldDescriptionprivate static final Vector3fLighting.DIFFUSE_LIGHT_0private static final Vector3fLighting.DIFFUSE_LIGHT_1private static final Vector3fLighting.INVENTORY_DIFFUSE_LIGHT_0private static final Vector3fLighting.INVENTORY_DIFFUSE_LIGHT_1private static final Vector3fLighting.NETHER_DIFFUSE_LIGHT_0private static final Vector3fLighting.NETHER_DIFFUSE_LIGHT_1Methods in com.mojang.blaze3d.platform with parameters of type Vector3fModifier and TypeMethodDescriptionstatic voidGlStateManager.setupGui3DDiffuseLighting(Vector3f p_84361_, Vector3f p_84362_) static voidGlStateManager.setupGuiFlatDiffuseLighting(Vector3f p_84288_, Vector3f p_84289_) static voidGlStateManager.setupLevelDiffuseLighting(Vector3f p_84291_, Vector3f p_84292_, Matrix4f p_84293_) -
Uses of Vector3f in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders with parameters of type Vector3f -
Uses of Vector3f in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as Vector3fModifier and TypeFieldDescriptionprivate static final Vector3f[]RenderSystem.shaderLightDirectionsMethods in com.mojang.blaze3d.systems with parameters of type Vector3fModifier and TypeMethodDescriptionstatic voidRenderSystem._setShaderLights(Vector3f p_157174_, Vector3f p_157175_) static voidRenderSystem.setShaderLights(Vector3f p_157451_, Vector3f p_157452_) static voidRenderSystem.setupGui3DDiffuseLighting(Vector3f p_69909_, Vector3f p_69910_) static voidRenderSystem.setupGuiFlatDiffuseLighting(Vector3f p_69912_, Vector3f p_69913_) static voidRenderSystem.setupLevelDiffuseLighting(Vector3f p_69915_, Vector3f p_69916_, Matrix4f p_69917_) -
Uses of Vector3f in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as Vector3fModifier and TypeFieldDescriptionprivate Vector3f[]BufferBuilder.sortingPoints(package private) final Vector3f[]BufferBuilder.SortState.sortingPointsMethods in com.mojang.blaze3d.vertex that return Vector3fConstructors in com.mojang.blaze3d.vertex with parameters of type Vector3fModifierConstructorDescription(package private)SortState(VertexFormat.Mode p_166824_, int p_166825_, Vector3f[] p_166826_, float p_166827_, float p_166828_, float p_166829_) -
Uses of Vector3f in com.mojang.math
Fields in com.mojang.math declared as Vector3fModifier and TypeFieldDescriptionprivate Vector3fTransformation.scaleprivate Vector3fTransformation.translationstatic Vector3fVector3f.XNstatic Vector3fVector3f.XPstatic Vector3fVector3f.YNstatic Vector3fVector3f.YPstatic Vector3fVector3f.ZEROstatic Vector3fVector3f.ZNstatic Vector3fVector3f.ZPFields in com.mojang.math with type parameters of type Vector3fModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Vector3f>Vector3f.CODECMethods in com.mojang.math that return Vector3fModifier and TypeMethodDescriptionVector3f.copy()Transformation.getScale()Transformation.getTranslation()Quaternion.toXYZ()Quaternion.toXYZDegrees()Quaternion.toYXZ()Quaternion.toYXZDegrees()Methods in com.mojang.math that return types with arguments of type Vector3fModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Triple<Quaternion,Vector3f, Quaternion> Matrix3f.svdDecompose()Methods in com.mojang.math with parameters of type Vector3fModifier and TypeMethodDescriptionvoidvoidprivate static Matrix4fTransformation.compose(Vector3f p_121099_, Quaternion p_121100_, Vector3f p_121101_, Quaternion p_121102_) voidfloatstatic Quaternionstatic QuaternionQuaternion.fromXYZDegrees(Vector3f p_175226_) voidvoidvoidvoidvoidConstructors in com.mojang.math with parameters of type Vector3fModifierConstructorDescriptionQuaternion(Vector3f p_80137_, float p_80138_, boolean p_80139_) Transformation(Vector3f p_121089_, Quaternion p_121090_, Vector3f p_121091_, Quaternion p_121092_) -
Uses of Vector3f in net.minecraft.client
Fields in net.minecraft.client declared as Vector3fModifier and TypeFieldDescriptionprivate final Vector3fCamera.forwardsprivate final Vector3fCamera.leftprivate final Vector3fCamera.upMethods in net.minecraft.client that return Vector3fModifier and TypeMethodDescriptionfinal Vector3fCamera.getLeftVector()final Vector3fCamera.getLookVector()final Vector3fCamera.getUpVector() -
Uses of Vector3f in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as Vector3f -
Uses of Vector3f in net.minecraft.client.model
Methods in net.minecraft.client.model that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fAxolotlModel.getRotationVector(ModelPart p_170402_) Methods in net.minecraft.client.model with parameters of type Vector3fModifier and TypeMethodDescriptionprivate voidAxolotlModel.setRotationFromVector(ModelPart p_170409_, Vector3f p_170410_) -
Uses of Vector3f in net.minecraft.client.model.geom
Fields in net.minecraft.client.model.geom declared as Vector3fModifier and TypeFieldDescriptionfinal Vector3fModelPart.Polygon.normalfinal Vector3fModelPart.Vertex.posConstructors in net.minecraft.client.model.geom with parameters of type Vector3f -
Uses of Vector3f in net.minecraft.client.model.geom.builders
Fields in net.minecraft.client.model.geom.builders declared as Vector3fModifier and TypeFieldDescriptionprivate final Vector3fCubeDefinition.dimensionsprivate final Vector3fCubeDefinition.origin -
Uses of Vector3f in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as Vector3fModifier and TypeFieldDescriptionprivate final Vector3fDustColorTransitionParticle.fromColorprivate final Vector3fDustColorTransitionParticle.toColorMethods in net.minecraft.client.particle that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fDustColorTransitionParticle.randomizeColor(Vector3f p_172067_, float p_172068_) Methods in net.minecraft.client.particle with parameters of type Vector3fModifier and TypeMethodDescriptionprivate Vector3fDustColorTransitionParticle.randomizeColor(Vector3f p_172067_, float p_172068_) -
Uses of Vector3f in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as Vector3fModifier and TypeFieldDescriptionstatic final Vector3fItemTransform.Deserializer.DEFAULT_ROTATIONstatic final Vector3fItemTransform.Deserializer.DEFAULT_SCALEstatic final Vector3fItemTransform.Deserializer.DEFAULT_TRANSLATIONfinal Vector3fBlockElement.fromfinal Vector3fBlockElementRotation.originfinal Vector3fItemTransform.rotationDeprecated.final Vector3fItemTransform.scaleDeprecated.final Vector3fBlockElement.tofinal Vector3fItemTransform.translationDeprecated.Methods in net.minecraft.client.renderer.block.model that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fBlockElement.Deserializer.getFrom(com.google.gson.JsonObject p_111353_) private Vector3fBlockElement.Deserializer.getTo(com.google.gson.JsonObject p_111347_) private Vector3fBlockElement.Deserializer.getVector3f(com.google.gson.JsonObject p_111335_, String p_111336_) private Vector3fItemTransform.Deserializer.getVector3f(com.google.gson.JsonObject p_111779_, String p_111780_, Vector3f p_111781_) Methods in net.minecraft.client.renderer.block.model with parameters of type Vector3fModifier and TypeMethodDescriptionprivate voidFaceBakery.applyElementRotation(Vector3f p_111587_, BlockElementRotation p_111588_) voidFaceBakery.applyModelRotation(Vector3f p_111590_, Transformation p_111591_) FaceBakery.bakeQuad(Vector3f p_111601_, Vector3f p_111602_, BlockElementFace p_111603_, TextureAtlasSprite p_111604_, Direction p_111605_, ModelState p_111606_, BlockElementRotation p_111607_, boolean p_111608_, ResourceLocation p_111609_) private voidFaceBakery.fillVertex(int[] p_111615_, int p_111616_, Vector3f p_111617_, TextureAtlasSprite p_111618_, BlockFaceUV p_111619_) private Vector3fItemTransform.Deserializer.getVector3f(com.google.gson.JsonObject p_111779_, String p_111780_, Vector3f p_111781_) private voidFaceBakery.rotateVertexBy(Vector3f p_111596_, Vector3f p_111597_, Matrix4f p_111598_, Vector3f p_111599_) private float[]FaceBakery.setupShape(Vector3f p_111593_, Vector3f p_111594_) Constructors in net.minecraft.client.renderer.block.model with parameters of type Vector3fModifierConstructorDescriptionBlockElement(Vector3f p_111314_, Vector3f p_111315_, Map<Direction, BlockElementFace> p_111316_, BlockElementRotation p_111317_, boolean p_111318_) BlockElementRotation(Vector3f p_111383_, Direction.Axis p_111384_, float p_111385_, boolean p_111386_) ItemTransform(Vector3f p_111760_, Vector3f p_111761_, Vector3f p_111762_) Deprecated. -
Uses of Vector3f in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fHeightMapRenderer.getColor(Heightmap.Types p_113574_) -
Uses of Vector3f in net.minecraft.core
Methods in net.minecraft.core that return Vector3f -
Uses of Vector3f in net.minecraft.core.particles
Fields in net.minecraft.core.particles declared as Vector3fModifier and TypeFieldDescriptionprotected final Vector3fDustParticleOptionsBase.colorstatic final Vector3fDustParticleOptions.REDSTONE_PARTICLE_COLORstatic final Vector3fDustColorTransitionOptions.SCULK_PARTICLE_COLORprivate final Vector3fDustColorTransitionOptions.toColorMethods in net.minecraft.core.particles that return Vector3fModifier and TypeMethodDescriptionDustParticleOptionsBase.getColor()DustColorTransitionOptions.getFromColor()DustColorTransitionOptions.getToColor()static Vector3fDustParticleOptionsBase.readVector3f(com.mojang.brigadier.StringReader p_175807_) static Vector3fDustParticleOptionsBase.readVector3f(FriendlyByteBuf p_175811_) Constructors in net.minecraft.core.particles with parameters of type Vector3fModifierConstructorDescriptionDustColorTransitionOptions(Vector3f p_175758_, Vector3f p_175759_, float p_175760_) DustParticleOptions(Vector3f p_175790_, float p_175791_) DustParticleOptionsBase(Vector3f p_175803_, float p_175804_) -
Uses of Vector3f in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return types with arguments of type Vector3f -
Uses of Vector3f in net.minecraft.world.entity.animal.axolotl
Fields in net.minecraft.world.entity.animal.axolotl with type parameters of type Vector3fMethods in net.minecraft.world.entity.animal.axolotl that return types with arguments of type Vector3f -
Uses of Vector3f in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as Vector3fMethods in net.minecraft.world.entity.monster that return Vector3fModifier and TypeMethodDescriptiondefault Vector3fCrossbowAttackMob.getProjectileShotVector(LivingEntity p_32333_, Vec3 p_32334_, float p_32335_) -
Uses of Vector3f in net.minecraft.world.phys
Constructors in net.minecraft.world.phys with parameters of type Vector3f -
Uses of Vector3f in net.minecraftforge.client
Methods in net.minecraftforge.client that return Vector3fModifier and TypeMethodDescriptionprivate static Vector3fForgeHooksClient.getVertexPos(int[] data, int vertex) -
Uses of Vector3f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Vector3fModifier and TypeMethodDescriptiondefault voidIForgeVertexConsumer.applyBakedNormals(Vector3f generated, ByteBuffer data, Matrix3f normalTransform) default TransformationIForgeTransformation.applyOrigin(Vector3f origin) Apply this transformation to a different origin.default voidIForgeTransformation.transformNormal(Vector3f normal) -
Uses of Vector3f in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as Vector3fModifier and TypeFieldDescriptionprivate final Vector3fB3DModel.Face.normalprivate final Vector3fB3DModel.Vertex.normalprivate final Vector3fB3DModel.Key.posprivate final Vector3fB3DModel.Node.posprivate final Vector3fB3DModel.Vertex.posprivate final Vector3fB3DModel.Key.scaleprivate final Vector3fB3DModel.Node.scaleMethods in net.minecraftforge.client.model.b3d that return Vector3fModifier and TypeMethodDescriptionB3DModel.Face.getNormal()static Vector3fB3DModel.Face.getNormal(B3DModel.Vertex v1, B3DModel.Vertex v2, B3DModel.Vertex v3) B3DModel.Vertex.getNormal()B3DModel.Key.getPos()B3DModel.Node.getPos()B3DModel.Vertex.getPos()B3DModel.Key.getScale()B3DModel.Node.getScale()Methods in net.minecraftforge.client.model.b3d with parameters of type Vector3fModifier and TypeMethodDescriptionstatic <K extends B3DModel.IKind<K>>
B3DModel.Node<K>B3DModel.Node.create(String name, Vector3f pos, Vector3f scale, Quaternion rot, List<B3DModel.Node<?>> nodes, K kind) private final voidB3DLoader.BakedWrapper.putVertexData(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite) Constructors in net.minecraftforge.client.model.b3d with parameters of type Vector3fModifierConstructorDescriptionFace(B3DModel.Vertex v1, B3DModel.Vertex v2, B3DModel.Vertex v3, B3DModel.Brush brush, Vector3f normal) Key(Vector3f pos, Vector3f scale, Quaternion rot) Node(String name, Vector3f pos, Vector3f scale, Quaternion rot, List<B3DModel.Node<?>> nodes, K kind) -
Uses of Vector3f in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators declared as Vector3fModifier and TypeFieldDescriptionprivate Vector3fModelBuilder.ElementBuilder.fromprivate Vector3fModelBuilder.ElementBuilder.RotationBuilder.originprivate Vector3fModelBuilder.TransformsBuilder.TransformVecBuilder.rotationprivate Vector3fModelBuilder.TransformsBuilder.TransformVecBuilder.scaleprivate Vector3fModelBuilder.ElementBuilder.toprivate Vector3fModelBuilder.TransformsBuilder.TransformVecBuilder.translationMethods in net.minecraftforge.client.model.generators with parameters of type Vector3fModifier and TypeMethodDescriptionprivate com.google.gson.JsonArrayModelBuilder.serializeVector3f(Vector3f vec) private voidModelBuilder.ElementBuilder.validatePosition(Vector3f pos) -
Uses of Vector3f in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj with type parameters of type Vector3fMethods in net.minecraftforge.client.model.obj that return Vector3fModifier and TypeMethodDescriptionstatic Vector3fOBJModel.parseVector3(String[] line) static Vector3fOBJModel.parseVector4To3(String[] line) Methods in net.minecraftforge.client.model.obj with parameters of type Vector3fModifier and TypeMethodDescriptionprivate voidOBJModel.putVertexData(IVertexConsumer consumer, Vector4f position0, Vec2 texCoord0, Vector3f normal0, Vector4f color0, Vec2 uv2, TextureAtlasSprite texture) -
Uses of Vector3f in net.minecraftforge.common.model
Fields in net.minecraftforge.common.model declared as Vector3fModifier and TypeFieldDescriptionprivate static final Vector3fTransformationHelper.Deserializer.ORIGIN_CENTERprivate static final Vector3fTransformationHelper.Deserializer.ORIGIN_CORNERprivate static final Vector3fTransformationHelper.Deserializer.ORIGIN_OPPOSING_CORNERMethods in net.minecraftforge.common.model that return Vector3fModifier and TypeMethodDescriptionstatic Vector3fprivate static Vector3fTransformationHelper.Deserializer.parseOrigin(com.google.gson.JsonObject obj) Methods in net.minecraftforge.common.model with parameters of type Vector3fModifier and TypeMethodDescriptionstatic Vector3fstatic QuaternionTransformationHelper.quatFromXYZ(Vector3f xyz, boolean degrees)