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 with type parameters of type DirectionTransformationModifier and TypeFieldDescriptionprivate static final Map<DirectionTransformation, ModelRotation> ModelRotation.BY_DIRECTION_TRANSFORMATIONMethods in net.minecraft.client.render.model with parameters of type DirectionTransformationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.fromDirectionTransformation(DirectionTransformation directionTransformation) Constructors in net.minecraft.client.render.model with parameters of type DirectionTransformationModifierConstructorDescriptionprivateModelRotation(DirectionTransformation directionTransformation) -
Uses of DirectionTransformation in net.minecraft.util
Fields in net.minecraft.util declared as DirectionTransformationModifier and TypeFieldDescriptionprivate final DirectionTransformationBlockMirror.directionTransformationprivate final DirectionTransformationBlockRotation.directionTransformationMethods in net.minecraft.util that return DirectionTransformationModifier and TypeMethodDescriptionBlockMirror.getDirectionTransformation()BlockRotation.getDirectionTransformation()Constructors in net.minecraft.util with parameters of type DirectionTransformationModifierConstructorDescriptionprivateBlockMirror(String id, DirectionTransformation directionTransformation) privateBlockRotation(int index, 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.COMBINATIONSstatic final DirectionTransformationDirectionTransformation.field_64506static final DirectionTransformationDirectionTransformation.field_64507static final DirectionTransformationDirectionTransformation.field_64508static final DirectionTransformationDirectionTransformation.field_64509static final DirectionTransformationDirectionTransformation.field_64510static final DirectionTransformationDirectionTransformation.field_64511static final DirectionTransformationDirectionTransformation.field_64512static final DirectionTransformationDirectionTransformation.field_64513static final DirectionTransformationDirectionTransformation.field_64514final DirectionTransformationAxisRotation.field_64521final DirectionTransformationAxisRotation.field_64522final DirectionTransformationAxisRotation.field_64523private static final DirectionTransformation[]DirectionTransformation.INVERSESMethods in net.minecraft.util.math that return DirectionTransformationModifier and TypeMethodDescriptionDirectionTransformation.inverse()static DirectionTransformationAxisRotation.method_76599(AxisRotation axisRotation, AxisRotation axisRotation2) static DirectionTransformationAxisRotation.method_76600(AxisRotation axisRotation, AxisRotation axisRotation2, AxisRotation axisRotation3) DirectionTransformation.prepend(DirectionTransformation transformation) static DirectionTransformationReturns 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) Constructors in net.minecraft.util.math with parameters of type DirectionTransformationModifierConstructorDescriptionprivateAxisRotation(int index, DirectionTransformation directionTransformation, DirectionTransformation directionTransformation2, DirectionTransformation directionTransformation3) -
Uses of DirectionTransformation in net.minecraft.util.shape
Methods in net.minecraft.util.shape with parameters of type DirectionTransformationModifier and TypeMethodDescriptionstatic Map<Direction, VoxelShape> VoxelShapes.createFacingShapeMap(VoxelShape shape, DirectionTransformation directionTransformation, Vec3d vec3d) static Map<Direction, VoxelShape> VoxelShapes.createHorizontalFacingShapeMap(VoxelShape shape, DirectionTransformation directionTransformation, Vec3d vec3d) static Map<Direction, VoxelShape> VoxelShapes.method_76593(VoxelShape voxelShape, DirectionTransformation directionTransformation) static Map<BlockFace, Map<Direction, VoxelShape>> VoxelShapes.method_76594(VoxelShape voxelShape, DirectionTransformation directionTransformation) VoxelSet.transform(DirectionTransformation transformation) static VoxelShapeVoxelShapes.transform(VoxelShape shape, DirectionTransformation transformation) static VoxelShapeVoxelShapes.transform(VoxelShape shape, DirectionTransformation transformation, Vec3d anchor)