Uses of Enum Class
com.mojang.math.OctahedralGroup
Packages that use OctahedralGroup
Package
Description
-
Uses of OctahedralGroup in com.mojang.math
Subclasses with type arguments of type OctahedralGroup in com.mojang.mathFields in com.mojang.math declared as OctahedralGroupModifier and TypeFieldDescriptionstatic final OctahedralGroupOctahedralGroup.BLOCK_ROT_X_180static final OctahedralGroupOctahedralGroup.BLOCK_ROT_X_270static final OctahedralGroupOctahedralGroup.BLOCK_ROT_X_90static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Y_180static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Y_270static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Y_90static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Z_180static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Z_270static final OctahedralGroupOctahedralGroup.BLOCK_ROT_Z_90private static final OctahedralGroup[][]OctahedralGroup.CAYLEY_TABLEprivate static final OctahedralGroup[]OctahedralGroup.INVERSE_TABLEfinal OctahedralGroupQuadrant.rotationXfinal OctahedralGroupQuadrant.rotationYfinal OctahedralGroupQuadrant.rotationZMethods in com.mojang.math that return OctahedralGroupModifier and TypeMethodDescriptionOctahedralGroup.compose(OctahedralGroup that) static OctahedralGroupQuadrant.fromXYAngles(Quadrant xRotation, Quadrant yRotation) static OctahedralGroupQuadrant.fromXYZAngles(Quadrant xRotation, Quadrant yRotation, Quadrant zRotation) OctahedralGroup.inverse()static OctahedralGroupReturns the enum constant of this class with the specified name.static OctahedralGroup[]OctahedralGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.math with parameters of type OctahedralGroupConstructors in com.mojang.math with parameters of type OctahedralGroupModifierConstructorDescriptionprivateQuadrant(int shift, OctahedralGroup rotationX, OctahedralGroup rotationY, OctahedralGroup rotationZ) -
Uses of OctahedralGroup in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as OctahedralGroupFields in net.minecraft.client.resources.model with type parameters of type OctahedralGroupModifier and TypeFieldDescriptionprivate static final Map<OctahedralGroup, BlockModelRotation> BlockModelRotation.BY_GROUP_ORDINALMethods in net.minecraft.client.resources.model with parameters of type OctahedralGroupModifier and TypeMethodDescriptionstatic BlockModelRotationBlockModelRotation.get(OctahedralGroup group) Constructors in net.minecraft.client.resources.model with parameters of type OctahedralGroup -
Uses of OctahedralGroup in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as OctahedralGroupModifier and TypeFieldDescriptionprivate final OctahedralGroupMirror.rotationprivate final OctahedralGroupRotation.rotationMethods in net.minecraft.world.level.block that return OctahedralGroupConstructors in net.minecraft.world.level.block with parameters of type OctahedralGroupModifierConstructorDescriptionprivateMirror(String id, OctahedralGroup rotation) privateRotation(int index, String id, OctahedralGroup rotation) -
Uses of OctahedralGroup in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type OctahedralGroupModifier and TypeMethodDescriptionDiscreteVoxelShape.rotate(OctahedralGroup rotation) static VoxelShapeShapes.rotate(VoxelShape shape, OctahedralGroup rotation) static VoxelShapeShapes.rotate(VoxelShape shape, OctahedralGroup rotation, Vec3 rotationPoint) static Map<Direction, VoxelShape> Shapes.rotateAll(VoxelShape north, OctahedralGroup initial, Vec3 rotationCenter) static Map<AttachFace, Map<Direction, VoxelShape>> Shapes.rotateAttachFace(VoxelShape north, OctahedralGroup initial) static Map<Direction, VoxelShape> Shapes.rotateHorizontal(VoxelShape north, OctahedralGroup initial) static Map<Direction, VoxelShape> Shapes.rotateHorizontal(VoxelShape north, OctahedralGroup initial, Vec3 rotationCenter)