Uses of Class
net.minecraft.util.math.Matrix3f
Packages that use Matrix3f
Package
Description
-
Uses of Matrix3f in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as Matrix3fMethods in com.mojang.blaze3d.systems that return Matrix3fMethods in com.mojang.blaze3d.systems with parameters of type Matrix3fModifier and TypeMethodDescriptionstatic void
RenderSystem.setInverseViewRotationMatrix
(Matrix3f inverseViewRotationMatrix) -
Uses of Matrix3f in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type Matrix3f -
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 Matrix3fModifier and TypeMethodDescriptiondefault VertexConsumer
Specifies the normal element of the current vertex.Constructors in net.minecraft.client.render with parameters of type Matrix3fModifierConstructorDescriptionOverlayVertexConsumer
(VertexConsumer vertexConsumer, Matrix4f textureMatrix, Matrix3f normalMatrix) -
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 positionMatrix, 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 positionMatrix, 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 TypeMethodDescriptionprivate static void
DragonFireballEntityRenderer.produceVertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, int light, float x, int y, int textureU, int textureV) private static void
ExperienceOrbEntityRenderer.vertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, float x, float y, int red, int green, int blue, float u, float v, int light) private static void
FishingBobberEntityRenderer.vertex
(VertexConsumer buffer, Matrix4f matrix, Matrix3f normalMatrix, int light, float x, int y, int u, int v) private static void
GuardianEntityRenderer.vertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, float x, float y, float z, int red, int green, int blue, float u, float v) private void
PaintingEntityRenderer.vertex
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertexConsumer, float x, float y, float u, float v, float z, int normalX, int normalY, int normalZ, int light) void
ProjectileEntityRenderer.vertex
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertexConsumer, int x, int y, int z, float u, float v, int normalX, int normalZ, int normalY, int light) -
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 Matrix3fModifier and TypeMethodDescriptionMatrixStack.Entry.getNormalMatrix()
Returns the matrix used to transform normal vectors.Constructors 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 final Matrix3f
AxisTransformation.matrix
private final Matrix3f
DirectionTransformation.matrix
Methods in net.minecraft.util.math that return Matrix3fModifier and TypeMethodDescriptionMatrix3f.copy()
AxisTransformation.getMatrix()
DirectionTransformation.getMatrix()
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