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 TypeMethodDescriptionfloatvoidConstructors 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.frustumDataprivate Vector4fFrustum.viewVector -
Uses of Vector4f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Vector4fModifier and TypeMethodDescriptiondefault voidIForgeTransformation.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.ambientColorprivate static final Vector4fObjModel.COLOR_WHITEObjMaterialLibrary.Material.diffuseColorObjMaterialLibrary.Material.specularColorFields 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 Vector4fObjModel.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 Vector4fBakedModelRenderable.Context.tintThe field for thetintrecord component.private static final Vector4fBakedModelRenderable.Context.WHITEMethods in net.minecraftforge.client.model.renderable that return Vector4fModifier and TypeMethodDescriptionBakedModelRenderable.Context.tint()Returns the value of thetintrecord 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 aContextrecord class. -
Uses of Vector4f in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type Vector4fModifier and TypeMethodDescriptionstatic booleanTransformationHelper.epsilonEquals(Vector4f v1, Vector4f v2, float epsilon)