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 Matrix3fOverlayVertexConsumer. normalMatrixMethods in net.minecraft.client.render with parameters of type Matrix3f Modifier and Type Method Description default VertexConsumerVertexConsumer. 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 voidBeaconBlockEntityRenderer. 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 voidBeaconBlockEntityRenderer. 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 voidProjectileEntityRenderer. 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 voidExperienceOrbEntityRenderer. 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 voidGuardianEntityRenderer. 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 voidPaintingEntityRenderer. 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 voidFishingBobberEntityRenderer. method_23840(VertexConsumer vertexConsumer, Matrix4f matrix4f, Matrix3f matrix3f, int int2, float float2, int int3, int int4, int int5)private static voidDragonFireballEntityRenderer. 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 voidStuckStingersFeatureRenderer. 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 Matrix3fMatrixStack.Entry. normalMatrixMethods in net.minecraft.client.util.math that return Matrix3f Modifier and Type Method Description Matrix3fMatrixStack.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 Matrix3fAxisTransformation. matrixprivate Matrix3fDirectionTransformation. matrixMethods in net.minecraft.util.math that return Matrix3f Modifier and Type Method Description Matrix3fMatrix3f. copy()Matrix3fAxisTransformation. getMatrix()Matrix3fDirectionTransformation. method_35814()static Matrix3fMatrix3f. 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 voidMatrix3f. load(Matrix3f source)private static QuaternionMatrix3f. method_22857(Matrix3f matrix3f)private static voidMatrix3f. method_35260(Matrix3f matrix3f, Quaternion quaternion)voidMatrix3f. method_35265(Matrix3f matrix3f)voidMatrix3f. method_35267(Matrix3f matrix3f)voidMatrix3f. multiply(Matrix3f other)voidVec3f. transform(Matrix3f matrix3f)Constructors in net.minecraft.util.math with parameters of type Matrix3f Constructor Description Matrix3f(Matrix3f source)