Uses of Class
com.mojang.math.Vector4f
Package
Description
Extension interfaces for
client
-only classes.-
Uses of Vector4f in com.mojang.blaze3d.shaders
-
Uses of Vector4f in com.mojang.math
Modifier and TypeMethodDescriptionfloat
void
-
Uses of Vector4f in net.minecraft.client.renderer
-
Uses of Vector4f in net.minecraft.client.renderer.culling
Modifier and TypeFieldDescriptionprivate final Vector4f[]
Frustum.frustumData
private Vector4f
Frustum.viewVector
-
Uses of Vector4f in net.minecraftforge.client.extensions
Modifier and TypeMethodDescriptiondefault void
IForgeTransformation.transformPosition
(Vector4f position) Transforms the position according to this transformation. -
Uses of Vector4f in net.minecraftforge.client.model.obj
Modifier and TypeFieldDescriptionObjMaterialLibrary.Material.ambientColor
private static final Vector4f
ObjModel.COLOR_WHITE
ObjMaterialLibrary.Material.diffuseColor
ObjMaterialLibrary.Material.specularColor
Modifier and TypeMethodDescription(package private) static Vector4f
ObjModel.parseVector4
(String[] line) Modifier and TypeMethodDescriptionObjModel.makeQuad
(int[][] indices, int tintIndex, Vector4f colorTint, Vector4f ambientColor, TextureAtlasSprite texture, Transformation transform) -
Uses of Vector4f in net.minecraftforge.client.model.renderable
Modifier and TypeFieldDescriptionprivate final Vector4f
BakedModelRenderable.Context.tint
The field for thetint
record component.private static final Vector4f
BakedModelRenderable.Context.WHITE
Modifier and TypeMethodDescriptionBakedModelRenderable.Context.tint()
Returns the value of thetint
record component.ModifierConstructorDescriptionContext
(@Nullable BlockState state, Direction[] faces, RandomSource randomSource, long seed, ModelData data, Vector4f tint) Creates an instance of aContext
record class. -
Uses of Vector4f in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionstatic boolean
TransformationHelper.epsilonEquals
(Vector4f v1, Vector4f v2, float epsilon)