Uses of Enum Class
net.minecraft.util.math.DirectionTransformation
Packages that use DirectionTransformation
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of DirectionTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as DirectionTransformationModifier and TypeFieldDescriptionprivate final DirectionTransformation
ModelRotation.directionTransformation
Methods in net.minecraft.client.render.model that return DirectionTransformation -
Uses of DirectionTransformation in net.minecraft.util
Fields in net.minecraft.util declared as DirectionTransformationModifier and TypeFieldDescriptionprivate final DirectionTransformation
BlockMirror.directionTransformation
private final DirectionTransformation
BlockRotation.directionTransformation
Methods in net.minecraft.util that return DirectionTransformationModifier and TypeMethodDescriptionBlockMirror.getDirectionTransformation()
BlockRotation.getDirectionTransformation()
Constructors in net.minecraft.util with parameters of type DirectionTransformationModifierConstructorDescriptionprivate
BlockMirror
(String id, DirectionTransformation directionTransformation) private
BlockRotation
(String id, DirectionTransformation directionTransformation) -
Uses of DirectionTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as DirectionTransformationModifier and TypeFieldDescriptionprivate static final DirectionTransformation[][]
DirectionTransformation.COMBINATIONS
private static final DirectionTransformation[]
DirectionTransformation.INVERSES
Methods in net.minecraft.util.math that return DirectionTransformationModifier and TypeMethodDescriptionDirectionTransformation.inverse()
DirectionTransformation.prepend
(DirectionTransformation transformation) static DirectionTransformation
Returns the enum constant of this class with the specified name.static DirectionTransformation[]
DirectionTransformation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.math with parameters of type DirectionTransformationModifier and TypeMethodDescriptionDirectionTransformation.prepend
(DirectionTransformation transformation)