Uses of Class
com.mojang.math.Vector4f
Packages that use Vector4f
Package
Description
Extension interfaces for
client
-only classes.-
Uses of Vector4f in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders with parameters of type Vector4f -
Uses of Vector4f in com.mojang.math
Methods in com.mojang.math with parameters of type Vector4fModifier and TypeMethodDescriptionfloat
void
Constructors in com.mojang.math with parameters of type Vector4f -
Uses of Vector4f in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Vector4f -
Uses of Vector4f in net.minecraft.client.renderer.culling
Fields in net.minecraft.client.renderer.culling declared as Vector4fModifier and TypeFieldDescriptionprivate final Vector4f[]
Frustum.frustumData
private Vector4f
Frustum.viewVector
-
Uses of Vector4f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Vector4fModifier and TypeMethodDescriptiondefault void
IForgeTransformation.transformPosition
(Vector4f position) Transforms the position according to this transformation. -
Uses of Vector4f in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj declared as Vector4fModifier and TypeFieldDescriptionObjMaterialLibrary.Material.ambientColor
private static final Vector4f
ObjModel.COLOR_WHITE
ObjMaterialLibrary.Material.diffuseColor
ObjMaterialLibrary.Material.specularColor
Fields in net.minecraftforge.client.model.obj with type parameters of type Vector4fMethods in net.minecraftforge.client.model.obj that return Vector4fModifier and TypeMethodDescription(package private) static Vector4f
ObjModel.parseVector4
(String[] line) Methods in net.minecraftforge.client.model.obj with parameters of type Vector4fModifier and TypeMethodDescriptionObjModel.makeQuad
(int[][] indices, int tintIndex, Vector4f colorTint, Vector4f ambientColor, TextureAtlasSprite texture, Transformation transform) -
Uses of Vector4f in net.minecraftforge.client.model.renderable
Fields in net.minecraftforge.client.model.renderable declared as Vector4fModifier and TypeFieldDescriptionprivate final Vector4f
BakedModelRenderable.Context.tint
The field for thetint
record component.private static final Vector4f
BakedModelRenderable.Context.WHITE
Methods in net.minecraftforge.client.model.renderable that return Vector4fModifier and TypeMethodDescriptionBakedModelRenderable.Context.tint()
Returns the value of thetint
record component.Constructors in net.minecraftforge.client.model.renderable with parameters of type Vector4fModifierConstructorDescriptionContext
(@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
Methods in net.minecraftforge.common.util with parameters of type Vector4fModifier and TypeMethodDescriptionstatic boolean
TransformationHelper.epsilonEquals
(Vector4f v1, Vector4f v2, float epsilon)