Uses of Class
net.minecraft.util.math.vector.Vector3f
-
-
Uses of Vector3f in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type Vector3f Modifier and Type Method Description static void
GlStateManager. setupGui3DDiffuseLighting(Vector3f p_237513_0_, Vector3f p_237513_1_)
static void
GlStateManager. setupGuiFlatDiffuseLighting(Vector3f p_237511_0_, Vector3f p_237511_1_)
static void
GlStateManager. 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 Vector3f Modifier and Type Method Description static void
RenderSystem. setupGui3DDiffuseLighting(Vector3f p_setupGui3DDiffuseLighting_0_, Vector3f p_setupGui3DDiffuseLighting_1_)
static void
RenderSystem. setupGuiFlatDiffuseLighting(Vector3f p_setupGuiFlatDiffuseLighting_0_, Vector3f p_setupGuiFlatDiffuseLighting_1_)
static void
RenderSystem. 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 Vector3f Modifier and Type Field Description private static Vector3f[]
RedstoneWireBlock. COLORS
Methods in net.minecraft.block with parameters of type Vector3f Modifier and Type Method Description private void
RedstoneWireBlock. spawnParticlesAlongLine(World p_235549_1_, java.util.Random p_235549_2_, BlockPos p_235549_3_, Vector3f p_235549_4_, Direction p_235549_5_, Direction p_235549_6_, float p_235549_7_, float p_235549_8_)
-
Uses of Vector3f in net.minecraft.client.audio
Methods in net.minecraft.client.audio with parameters of type Vector3f Modifier and Type Method Description void
Listener. 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 Modifier and Type Field Description private static Vector3f
FontRenderer. SHADOW_OFFSET
-
Uses of Vector3f in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Vector3f Modifier and Type Field Description private static Vector3f
RenderHelper. DIFFUSE_LIGHT_0
private static Vector3f
RenderHelper. DIFFUSE_LIGHT_1
private Vector3f
ActiveRenderInfo. forwards
private Vector3f
ActiveRenderInfo. left
private static Vector3f
RenderHelper. NETHER_DIFFUSE_LIGHT_0
private static Vector3f
RenderHelper. NETHER_DIFFUSE_LIGHT_1
private Vector3f
ActiveRenderInfo. up
Methods in net.minecraft.client.renderer that return Vector3f Modifier and Type Method Description Vector3f
ActiveRenderInfo. getLookVector()
Vector3f
ActiveRenderInfo. getUpVector()
-
Uses of Vector3f in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug that return Vector3f Modifier and Type Method Description private Vector3f
HeightMapDebugRenderer. getColor(Heightmap.Type p_239373_1_)
-
Uses of Vector3f in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as Vector3f Modifier and Type Field Description static Vector3f
ItemTransformVec3f.Deserializer. DEFAULT_ROTATION
static Vector3f
ItemTransformVec3f.Deserializer. DEFAULT_SCALE
static Vector3f
ItemTransformVec3f.Deserializer. DEFAULT_TRANSLATION
Vector3f
BlockPart. from
Vector3f
ModelRenderer.TexturedQuad. normal
Vector3f
BlockPartRotation. origin
Vector3f
ModelRenderer.PositionTextureVertex. pos
Vector3f
ItemTransformVec3f. rotation
Deprecated.Vector3f
ItemTransformVec3f. scale
Deprecated.Vector3f
BlockPart. to
Vector3f
ItemTransformVec3f. translation
Deprecated.Methods in net.minecraft.client.renderer.model that return Vector3f Modifier and Type Method Description private Vector3f
BlockPart.Deserializer. getFrom(com.google.gson.JsonObject p_199330_1_)
private Vector3f
BlockPart.Deserializer. getTo(com.google.gson.JsonObject p_199329_1_)
private Vector3f
BlockPart.Deserializer. getVector3f(com.google.gson.JsonObject p_199328_1_, java.lang.String p_199328_2_)
private Vector3f
ItemTransformVec3f.Deserializer. getVector3f(com.google.gson.JsonObject p_199340_1_, java.lang.String p_199340_2_, Vector3f p_199340_3_)
Methods in net.minecraft.client.renderer.model with parameters of type Vector3f Modifier and Type Method Description private void
FaceBakery. applyElementRotation(Vector3f p_199336_1_, BlockPartRotation p_199336_2_)
void
FaceBakery. applyModelRotation(Vector3f p_228822_1_, TransformationMatrix p_228822_2_)
BakedQuad
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 void
FaceBakery. fillVertex(int[] p_239288_1_, int p_239288_2_, Vector3f p_239288_3_, TextureAtlasSprite p_239288_4_, BlockFaceUV p_239288_5_)
private Vector3f
ItemTransformVec3f.Deserializer. getVector3f(com.google.gson.JsonObject p_199340_1_, java.lang.String p_199340_2_, Vector3f p_199340_3_)
private void
FaceBakery. 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 Vector3f Constructor Description BlockPart(Vector3f p_i47624_1_, Vector3f p_i47624_2_, java.util.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 Vector3f Modifier and Type Method Description default Vector3f
ICrossbowUser. 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 Modifier and Type Method Description Vector3f
Direction. step()
-
Uses of Vector3f in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Vector3f Modifier and Type Field Description private Vector3f
TransformationMatrix. scale
private Vector3f
TransformationMatrix. translation
static Vector3f
Vector3f. XN
static Vector3f
Vector3f. XP
static Vector3f
Vector3f. YN
static Vector3f
Vector3f. YP
static Vector3f
Vector3f. ZN
static Vector3f
Vector3f. ZP
Methods in net.minecraft.util.math.vector that return Vector3f Modifier and Type Method Description Vector3f
Vector3f. copy()
Vector3f
TransformationMatrix. getScale()
Vector3f
TransformationMatrix. getTranslation()
Methods in net.minecraft.util.math.vector that return types with arguments of type Vector3f Modifier and Type Method Description org.apache.commons.lang3.tuple.Triple<Quaternion,Vector3f,Quaternion>
Matrix3f. svdDecompose()
static com.mojang.datafixers.util.Pair<Matrix3f,Vector3f>
TransformationMatrix. toAffine(Matrix4f p_227984_0_)
Methods in net.minecraft.util.math.vector with parameters of type Vector3f Modifier and Type Method Description void
Vector3f. add(Vector3f p_229189_1_)
private static Matrix4f
TransformationMatrix. compose(Vector3f p_227986_0_, Quaternion p_227986_1_, Vector3f p_227986_2_, Quaternion p_227986_3_)
void
Vector3f. cross(Vector3f p_195896_1_)
float
Vector3f. dot(Vector3f p_195903_1_)
void
Vector3f. lerp(Vector3f p_229190_1_, float p_229190_2_)
void
Vector4f. mul(Vector3f p_195909_1_)
void
Vector3f. sub(Vector3f p_195897_1_)
void
Matrix4f. translate(Vector3f p_226597_1_)
Constructors in net.minecraft.util.math.vector with parameters of type Vector3f Constructor Description Quaternion(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_)
Vector3d(Vector3f p_i225900_1_)
Vector4f(Vector3f p_i226061_1_)
-
Uses of Vector3f in net.minecraftforge.client
Methods in net.minecraftforge.client that return Vector3f Modifier and Type Method Description private static Vector3f
ForgeHooksClient. getVertexPos(int[] data, int vertex)
-
Uses of Vector3f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Vector3f Modifier and Type Method Description default void
IForgeVertexBuilder. applyBakedNormals(Vector3f generated, java.nio.ByteBuffer data, Matrix3f normalTransform)
default TransformationMatrix
IForgeTransformationMatrix. applyOrigin(Vector3f origin)
Apply this transformation to a different origin.default void
IForgeTransformationMatrix. transformNormal(Vector3f normal)
-
Uses of Vector3f in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as Vector3f Modifier and Type Field Description private Vector3f
B3DModel.Face. normal
private Vector3f
B3DModel.Vertex. normal
private Vector3f
B3DModel.Key. pos
private Vector3f
B3DModel.Node. pos
private Vector3f
B3DModel.Vertex. pos
private Vector3f
B3DModel.Key. scale
private Vector3f
B3DModel.Node. scale
Methods in net.minecraftforge.client.model.b3d that return Vector3f Modifier and Type Method Description Vector3f
B3DModel.Face. getNormal()
static Vector3f
B3DModel.Face. getNormal(B3DModel.Vertex v1, B3DModel.Vertex v2, B3DModel.Vertex v3)
Vector3f
B3DModel.Vertex. getNormal()
Vector3f
B3DModel.Key. getPos()
Vector3f
B3DModel.Node. getPos()
Vector3f
B3DModel.Vertex. getPos()
Vector3f
B3DModel.Key. getScale()
Vector3f
B3DModel.Node. getScale()
Methods in net.minecraftforge.client.model.b3d with parameters of type Vector3f Modifier and Type Method Description static <K extends B3DModel.IKind<K>>
B3DModel.Node<K>B3DModel.Node. create(java.lang.String name, Vector3f pos, Vector3f scale, Quaternion rot, java.util.List<B3DModel.Node<?>> nodes, K kind)
private void
B3DLoader.BakedWrapper. putVertexData(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite)
Constructors in net.minecraftforge.client.model.b3d with parameters of type Vector3f Constructor Description Face(B3DModel.Vertex v1, B3DModel.Vertex v2, B3DModel.Vertex v3, B3DModel.Brush brush, Vector3f normal)
Key(Vector3f pos, Vector3f scale, Quaternion rot)
Node(java.lang.String name, Vector3f pos, Vector3f scale, Quaternion rot, java.util.List<B3DModel.Node<?>> nodes, K kind)
Vertex(Vector3f pos, Vector3f normal, Vector4f color, Vector4f[] texCoords)
-
Uses of Vector3f in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators declared as Vector3f Modifier and Type Field Description private Vector3f
ModelBuilder.ElementBuilder. from
private Vector3f
ModelBuilder.ElementBuilder.RotationBuilder. origin
private Vector3f
ModelBuilder.TransformsBuilder.TransformVecBuilder. rotation
private Vector3f
ModelBuilder.TransformsBuilder.TransformVecBuilder. scale
private Vector3f
ModelBuilder.ElementBuilder. to
private Vector3f
ModelBuilder.TransformsBuilder.TransformVecBuilder. translation
Methods in net.minecraftforge.client.model.generators with parameters of type Vector3f Modifier and Type Method Description private com.google.gson.JsonArray
ModelBuilder. serializeVector3f(Vector3f vec)
private void
ModelBuilder.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 Vector3f Modifier and Type Field Description private java.util.List<Vector3f>
OBJModel. normals
private java.util.List<Vector3f>
OBJModel. positions
Methods in net.minecraftforge.client.model.obj that return Vector3f Modifier and Type Method Description static Vector3f
OBJModel. parseVector3(java.lang.String[] line)
static Vector3f
OBJModel. parseVector4To3(java.lang.String[] line)
Methods in net.minecraftforge.client.model.obj with parameters of type Vector3f Modifier and Type Method Description private void
OBJModel. 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 Vector3f Modifier and Type Field Description private static Vector3f
TransformationHelper.Deserializer. ORIGIN_CENTER
private static Vector3f
TransformationHelper.Deserializer. ORIGIN_CORNER
private static Vector3f
TransformationHelper.Deserializer. ORIGIN_OPPOSING_CORNER
Methods in net.minecraftforge.common.model that return Vector3f Modifier and Type Method Description static Vector3f
TransformationHelper. lerp(Vector3f from, Vector3f to, float progress)
private static Vector3f
TransformationHelper.Deserializer. parseOrigin(com.google.gson.JsonObject obj)
Methods in net.minecraftforge.common.model with parameters of type Vector3f Modifier and Type Method Description static Vector3f
TransformationHelper. lerp(Vector3f from, Vector3f to, float progress)
static Quaternion
TransformationHelper. quatFromXYZ(Vector3f xyz, boolean degrees)
-