Uses of Class
net.minecraft.util.math.AffineTransformation
Package
Description
-
Uses of AffineTransformation in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate final AffineTransformation
ModelRotation.rotation
private final AffineTransformation
ModelLoader.BakedModelCacheKey.transformation
The field for thetransformation
record component.Modifier and TypeMethodDescriptiondefault AffineTransformation
ModelBakeSettings.getRotation()
ModelRotation.getRotation()
ModelLoader.BakedModelCacheKey.transformation()
Returns the value of thetransformation
record component.Modifier and TypeMethodDescriptionprivate void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) private int[]
BakedQuadFactory.packVertexData
(ModelElementTexture texture, Sprite sprite, Direction direction, float[] positionMatrix, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) void
BakedQuadFactory.transformVertex
(Vector3f vertex, AffineTransformation transformation) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation, Identifier modelId) ModifierConstructorDescription(package private)
BakedModelCacheKey
(Identifier identifier, AffineTransformation affineTransformation, boolean bool) -
Uses of AffineTransformation in net.minecraft.client.render.model.json
ModifierConstructorDescriptionModelVariant
(Identifier location, AffineTransformation rotation, boolean uvLock, int weight) -
Uses of AffineTransformation in net.minecraft.entity.decoration
Modifier and TypeFieldDescriptionprivate final AffineTransformation
DisplayEntity.AffineTransformationInterpolator.current
The field for thecurrent
record component.private final AffineTransformation
DisplayEntity.AffineTransformationInterpolator.previous
The field for theprevious
record component.Modifier and TypeFieldDescriptionprivate final DisplayEntity.AbstractInterpolator<AffineTransformation>
DisplayEntity.RenderState.transformation
The field for thetransformation
record component.Modifier and TypeMethodDescriptionDisplayEntity.AffineTransformationInterpolator.current()
Returns the value of thecurrent
record component.private static AffineTransformation
DisplayEntity.getTransformation
(DataTracker dataTracker) DisplayEntity.AffineTransformationInterpolator.interpolate
(float float2) DisplayEntity.AffineTransformationInterpolator.previous()
Returns the value of theprevious
record component.Modifier and TypeMethodDescriptionDisplayEntity.RenderState.transformation()
Returns the value of thetransformation
record component.Modifier and TypeMethodDescriptionprivate void
DisplayEntity.setTransformation
(AffineTransformation transformation) ModifierConstructorDescription(package private)
AffineTransformationInterpolator
(AffineTransformation affineTransformation, AffineTransformation affineTransformation2) ModifierConstructorDescriptionRenderState
(DisplayEntity.AbstractInterpolator<AffineTransformation> abstractInterpolator, DisplayEntity.BillboardMode billboardMode, int int2, DisplayEntity.FloatLerper floatLerper, DisplayEntity.FloatLerper floatLerper2, int int3) -
Uses of AffineTransformation in net.minecraft.util.math
Modifier and TypeFieldDescriptionprivate static final AffineTransformation
AffineTransformation.IDENTITY
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AffineTransformation>
AffineTransformation.ANY_CODEC
static final com.mojang.serialization.Codec<AffineTransformation>
AffineTransformation.CODEC
static final Map<Direction,
AffineTransformation> AffineTransformations.DIRECTION_ROTATIONS
static final Map<Direction,
AffineTransformation> AffineTransformations.INVERTED_DIRECTION_ROTATIONS
Modifier and TypeMethodDescriptionstatic AffineTransformation
AffineTransformation.identity()
AffineTransformation.interpolate
(AffineTransformation target, float factor) AffineTransformation.invert()
static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation transformation) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation transformation) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation transformation, Direction dir, Supplier<String> warning) Modifier and TypeMethodDescriptionAffineTransformation.interpolate
(AffineTransformation target, float factor) static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation transformation) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation transformation) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation transformation, Direction dir, Supplier<String> warning)