Uses of Class
net.minecraft.util.math.DirectionTransformation
Package | Description |
---|---|
net.minecraft.client.render.model | |
net.minecraft.util | |
net.minecraft.util.math |
-
Uses of DirectionTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as DirectionTransformation Modifier and Type Field Description private DirectionTransformation
ModelRotation. directionTransformation
Methods in net.minecraft.client.render.model that return DirectionTransformation Modifier and Type Method Description DirectionTransformation
ModelRotation. method_35808()
-
Uses of DirectionTransformation in net.minecraft.util
Fields in net.minecraft.util declared as DirectionTransformation Modifier and Type Field Description private DirectionTransformation
BlockMirror. directionTransformation
private DirectionTransformation
BlockRotation. directionTransformation
Methods in net.minecraft.util that return DirectionTransformation Modifier and Type Method Description DirectionTransformation
BlockMirror. getDirectionTransformation()
DirectionTransformation
BlockRotation. getDirectionTransformation()
Constructors in net.minecraft.util with parameters of type DirectionTransformation Constructor Description BlockMirror(Text name, DirectionTransformation directionTransformation)
BlockRotation(DirectionTransformation directionTransformation)
-
Uses of DirectionTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as DirectionTransformation Modifier and Type Field Description private static DirectionTransformation[][]
DirectionTransformation. COMBINATIONS
private static DirectionTransformation[]
DirectionTransformation. INVERSES
Methods in net.minecraft.util.math that return DirectionTransformation Modifier and Type Method Description DirectionTransformation
DirectionTransformation. method_35813()
DirectionTransformation
DirectionTransformation. prepend(DirectionTransformation transformation)
static DirectionTransformation
DirectionTransformation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DirectionTransformation[]
DirectionTransformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util.math with parameters of type DirectionTransformation Modifier and Type Method Description DirectionTransformation
DirectionTransformation. prepend(DirectionTransformation transformation)