Uses of Class
net.minecraft.util.math.Matrix3f
Packages that use Matrix3f
Package
Description
-
Uses of Matrix3f in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Matrix3fMethods in net.minecraft.client.render with parameters of type Matrix3fConstructors in net.minecraft.client.render with parameters of type Matrix3fModifierConstructorDescriptionOverlayVertexConsumer(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 Matrix3fModifier and TypeMethodDescriptionprivate 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 Matrix3fModifier and TypeMethodDescriptionvoid
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 Matrix3fModifier and TypeMethodDescriptionprivate 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 Matrix3fMethods in net.minecraft.client.util.math that return Matrix3fConstructors in net.minecraft.client.util.math with parameters of type Matrix3f -
Uses of Matrix3f in net.minecraft.util.math
Fields in net.minecraft.util.math declared as Matrix3fModifier and TypeFieldDescriptionprivate Matrix3f
AxisTransformation.matrix
private Matrix3f
DirectionTransformation.matrix
Methods in net.minecraft.util.math that return Matrix3fModifier and TypeMethodDescriptionMatrix3f.copy()
AxisTransformation.getMatrix()
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 Matrix3fModifier and TypeMethodDescriptionAffineTransformation.getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)
Methods in net.minecraft.util.math with parameters of type Matrix3fModifier and TypeMethodDescriptionvoid
void
private static Quaternion
Matrix3f.method_22857(Matrix3f matrix)
private static void
Matrix3f.method_35260(Matrix3f matrix, Quaternion quaternion)
void
void
void
Constructors in net.minecraft.util.math with parameters of type Matrix3f