Uses of Class
net.minecraft.util.math.Matrix3f
-
Uses of Matrix3f in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Matrix3f Modifier and Type Field Description private Matrix3f
OverlayVertexConsumer. normalMatrix
Methods in net.minecraft.client.render with parameters of type Matrix3f Modifier and Type Method Description default VertexConsumer
VertexConsumer. normal(Matrix3f matrix, float x, float y, float z)
Constructors in net.minecraft.client.render with parameters of type Matrix3f Constructor Description OverlayVertexConsumer(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f)
-
Uses of Matrix3f in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type Matrix3f Modifier and Type Method Description private static void
BeaconBlockEntityRenderer. renderBeamFace(Matrix4f modelMatrix, Matrix3f normalMatrix, VertexConsumer vertices, float red, float green, float blue, float alpha, int yOffset, int height, float x1, float z1, float x2, float z2, float u1, float u2, float v1, float v2)
private static void
BeaconBlockEntityRenderer. renderBeamVertex(Matrix4f modelMatrix, Matrix3f normalMatrix, VertexConsumer vertices, float red, float green, float blue, float alpha, int y, float x, float z, float u, float v)
-
Uses of Matrix3f in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type Matrix3f Modifier and Type Method Description void
ProjectileEntityRenderer. method_23153(Matrix4f matrix4f, Matrix3f matrix3f, VertexConsumer vertexConsumer, int int2, int int3, int int4, float float2, float float3, int int5, int int6, int int7, int int8)
private static void
ExperienceOrbEntityRenderer. method_23171(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f, float float2, float float3, int int2, int int3, int int4, float float4, float float5, int int5)
private static void
GuardianEntityRenderer. method_23173(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f, float float2, float float3, float float4, int int2, int int3, int int4, float float5, float float6)
private void
PaintingEntityRenderer. method_23188(Matrix4f matrix4f, Matrix3f matrix3f, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, float float6, int int2, int int3, int int4, int int5)
private static void
FishingBobberEntityRenderer. method_23840(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f, int int2, float float2, int int3, int int4, int int5)
private static void
DragonFireballEntityRenderer. produceVertex(VertexConsumer vertexConsumer, Matrix4f modelMatrix, Matrix3f normalMatrix, int light, float x, int y, int textureU, int textureV)
-
Uses of Matrix3f in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type Matrix3f Modifier and Type Method Description private static void
StuckStingersFeatureRenderer. produceVertex(VertexConsumer vertexConsumer, Matrix4f vertexTransform, Matrix3f normalTransform, float x, int y, float u, float v, int light)
-
Uses of Matrix3f in net.minecraft.client.util.math
Fields in net.minecraft.client.util.math declared as Matrix3f Modifier and Type Field Description private Matrix3f
MatrixStack.Entry. normalMatrix
Methods in net.minecraft.client.util.math that return Matrix3f Modifier and Type Method Description Matrix3f
MatrixStack.Entry. getNormal()
Constructors in net.minecraft.client.util.math with parameters of type Matrix3f Constructor Description Entry(Matrix4f modelMatrix, Matrix3f normalMatrix)
-
Uses of Matrix3f in net.minecraft.util.math
Fields in net.minecraft.util.math declared as Matrix3f Modifier and Type Field Description private Matrix3f
AxisTransformation. matrix
private Matrix3f
DirectionTransformation. matrix
Methods in net.minecraft.util.math that return Matrix3f Modifier and Type Method Description Matrix3f
Matrix3f. copy()
Matrix3f
AxisTransformation. getMatrix()
Matrix3f
DirectionTransformation. method_35814()
static Matrix3f
Matrix3f. scale(float x, float y, float z)
Methods in net.minecraft.util.math that return types with arguments of type Matrix3f Modifier and Type Method Description static com.mojang.datafixers.util.Pair<Matrix3f,Vec3f>
AffineTransformation. getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)
Methods in net.minecraft.util.math with parameters of type Matrix3f Modifier and Type Method Description void
Matrix3f. load(Matrix3f source)
private static Quaternion
Matrix3f. method_22857(Matrix3f matrix3f)
private static void
Matrix3f. method_35260(Matrix3f matrix3f, Quaternion quaternion)
void
Matrix3f. method_35265(Matrix3f matrix3f)
void
Matrix3f. method_35267(Matrix3f matrix3f)
void
Matrix3f. multiply(Matrix3f other)
void
Vec3f. transform(Matrix3f matrix3f)
Constructors in net.minecraft.util.math with parameters of type Matrix3f Constructor Description Matrix3f(Matrix3f source)