Uses of Class
net.minecraft.util.math.vector.Vector3f
Packages that use Vector3f
Package
Description
-
Uses of Vector3f in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type Vector3fModifier and TypeMethodDescriptionstatic voidGlStateManager.setupGui3DDiffuseLighting(Vector3f p_237513_0_, Vector3f p_237513_1_) static voidGlStateManager.setupGuiFlatDiffuseLighting(Vector3f p_237511_0_, Vector3f p_237511_1_) static voidGlStateManager.setupLevelDiffuseLighting(Vector3f p_237512_0_, Vector3f p_237512_1_, Matrix4f p_237512_2_) -
Uses of Vector3f in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type Vector3fModifier and TypeMethodDescriptionstatic voidRenderSystem.setupGui3DDiffuseLighting(Vector3f p_setupGui3DDiffuseLighting_0_, Vector3f p_setupGui3DDiffuseLighting_1_) static voidRenderSystem.setupGuiFlatDiffuseLighting(Vector3f p_setupGuiFlatDiffuseLighting_0_, Vector3f p_setupGuiFlatDiffuseLighting_1_) static voidRenderSystem.setupLevelDiffuseLighting(Vector3f p_setupLevelDiffuseLighting_0_, Vector3f p_setupLevelDiffuseLighting_1_, Matrix4f p_setupLevelDiffuseLighting_2_) -
Uses of Vector3f in net.minecraft.block
Fields in net.minecraft.block declared as Vector3fMethods in net.minecraft.block with parameters of type Vector3f -
Uses of Vector3f in net.minecraft.client.audio
Methods in net.minecraft.client.audio with parameters of type Vector3fModifier and TypeMethodDescriptionvoidListener.setListenerOrientation(Vector3f p_227580_1_, Vector3f p_227580_2_) -
Uses of Vector3f in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as Vector3f -
Uses of Vector3f in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Vector3fModifier and TypeFieldDescriptionprivate static final Vector3fRenderHelper.DIFFUSE_LIGHT_0private static final Vector3fRenderHelper.DIFFUSE_LIGHT_1private final Vector3fActiveRenderInfo.forwardsprivate final Vector3fActiveRenderInfo.leftprivate static final Vector3fRenderHelper.NETHER_DIFFUSE_LIGHT_0private static final Vector3fRenderHelper.NETHER_DIFFUSE_LIGHT_1private final Vector3fActiveRenderInfo.upMethods in net.minecraft.client.renderer that return Vector3fModifier and TypeMethodDescriptionfinal Vector3fActiveRenderInfo.getLookVector()final Vector3fActiveRenderInfo.getUpVector() -
Uses of Vector3f in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fHeightMapDebugRenderer.getColor(Heightmap.Type p_239373_1_) -
Uses of Vector3f in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as Vector3fModifier and TypeFieldDescriptionstatic final Vector3fItemTransformVec3f.Deserializer.DEFAULT_ROTATIONstatic final Vector3fItemTransformVec3f.Deserializer.DEFAULT_SCALEstatic final Vector3fItemTransformVec3f.Deserializer.DEFAULT_TRANSLATIONfinal Vector3fBlockPart.fromfinal Vector3fModelRenderer.TexturedQuad.normalfinal Vector3fBlockPartRotation.originfinal Vector3fModelRenderer.PositionTextureVertex.posfinal Vector3fItemTransformVec3f.rotationDeprecated.final Vector3fItemTransformVec3f.scaleDeprecated.final Vector3fBlockPart.tofinal Vector3fItemTransformVec3f.translationDeprecated.Methods in net.minecraft.client.renderer.model that return Vector3fModifier and TypeMethodDescriptionprivate Vector3fBlockPart.Deserializer.getFrom(com.google.gson.JsonObject p_199330_1_) private Vector3fBlockPart.Deserializer.getTo(com.google.gson.JsonObject p_199329_1_) private Vector3fBlockPart.Deserializer.getVector3f(com.google.gson.JsonObject p_199328_1_, String p_199328_2_) private Vector3fItemTransformVec3f.Deserializer.getVector3f(com.google.gson.JsonObject p_199340_1_, String p_199340_2_, Vector3f p_199340_3_) Methods in net.minecraft.client.renderer.model with parameters of type Vector3fModifier and TypeMethodDescriptionprivate voidFaceBakery.applyElementRotation(Vector3f p_199336_1_, BlockPartRotation p_199336_2_) voidFaceBakery.applyModelRotation(Vector3f p_228822_1_, TransformationMatrix p_228822_2_) FaceBakery.bakeQuad(Vector3f p_228824_1_, Vector3f p_228824_2_, BlockPartFace p_228824_3_, TextureAtlasSprite p_228824_4_, Direction p_228824_5_, IModelTransform p_228824_6_, BlockPartRotation p_228824_7_, boolean p_228824_8_, ResourceLocation p_228824_9_) private voidFaceBakery.fillVertex(int[] p_239288_1_, int p_239288_2_, Vector3f p_239288_3_, TextureAtlasSprite p_239288_4_, BlockFaceUV p_239288_5_) private Vector3fItemTransformVec3f.Deserializer.getVector3f(com.google.gson.JsonObject p_199340_1_, String p_199340_2_, Vector3f p_199340_3_) private voidFaceBakery.rotateVertexBy(Vector3f p_228823_1_, Vector3f p_228823_2_, Matrix4f p_228823_3_, Vector3f p_228823_4_) private float[]FaceBakery.setupShape(Vector3f p_199337_1_, Vector3f p_199337_2_) Constructors in net.minecraft.client.renderer.model with parameters of type Vector3fModifierConstructorDescriptionBlockPart(Vector3f p_i47624_1_, Vector3f p_i47624_2_, Map<Direction, BlockPartFace> p_i47624_3_, BlockPartRotation p_i47624_4_, boolean p_i47624_5_) BlockPartRotation(Vector3f p_i47623_1_, Direction.Axis p_i47623_2_, float p_i47623_3_, boolean p_i47623_4_) ItemTransformVec3f(Vector3f p_i47622_1_, Vector3f p_i47622_2_, Vector3f p_i47622_3_) Deprecated.PositionTextureVertex(Vector3f p_i225952_1_, float p_i225952_2_, float p_i225952_3_) -
Uses of Vector3f in net.minecraft.entity
Methods in net.minecraft.entity that return Vector3fModifier and TypeMethodDescriptiondefault Vector3fICrossbowUser.getProjectileShotVector(LivingEntity p_234280_1_, Vector3d p_234280_2_, float p_234280_3_) -
Uses of Vector3f in net.minecraft.util
Methods in net.minecraft.util that return Vector3f -
Uses of Vector3f in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Vector3fModifier and TypeFieldDescriptionprivate Vector3fTransformationMatrix.scaleprivate Vector3fTransformationMatrix.translationstatic Vector3fVector3f.XNstatic Vector3fVector3f.XPstatic Vector3fVector3f.YNstatic Vector3fVector3f.YPstatic Vector3fVector3f.ZNstatic Vector3fVector3f.ZPMethods in net.minecraft.util.math.vector that return Vector3fModifier and TypeMethodDescriptionVector3f.copy()TransformationMatrix.getScale()TransformationMatrix.getTranslation()Methods in net.minecraft.util.math.vector that return types with arguments of type Vector3fModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Triple<Quaternion,Vector3f, Quaternion> Matrix3f.svdDecompose()Methods in net.minecraft.util.math.vector with parameters of type Vector3fModifier and TypeMethodDescriptionvoidprivate static Matrix4fTransformationMatrix.compose(Vector3f p_227986_0_, Quaternion p_227986_1_, Vector3f p_227986_2_, Quaternion p_227986_3_) voidfloatvoidvoidvoidvoidConstructors in net.minecraft.util.math.vector with parameters of type Vector3fModifierConstructorDescriptionQuaternion(Vector3f p_i48101_1_, float p_i48101_2_, boolean p_i48101_3_) TransformationMatrix(Vector3f p_i225916_1_, Quaternion p_i225916_2_, Vector3f p_i225916_3_, Quaternion p_i225916_4_) -
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 voidIForgeVertexBuilder.applyBakedNormals(Vector3f generated, ByteBuffer data, Matrix3f normalTransform) default TransformationMatrixIForgeTransformationMatrix.applyOrigin(Vector3f origin) Apply this transformation to a different origin.default voidIForgeTransformationMatrix.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, Vector2f texCoord0, Vector3f normal0, Vector4f color0, Vector2f 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)