Uses of Enum Class
com.mojang.math.OctahedralGroup
Packages that use OctahedralGroup
Package
Description
-
Uses of OctahedralGroup in com.mojang.math
Fields in com.mojang.math declared as OctahedralGroupModifier and TypeFieldDescriptionprivate static final OctahedralGroup[][]OctahedralGroup.CAYLEY_TABLEprivate static final OctahedralGroup[]OctahedralGroup.INVERSE_TABLEprivate static final OctahedralGroup[][]OctahedralGroup.XY_TABLEMethods in com.mojang.math that return OctahedralGroupModifier and TypeMethodDescriptionOctahedralGroup.compose(OctahedralGroup pOther) static OctahedralGroupOctahedralGroup.fromXYAngles(Quadrant pX, Quadrant pY) 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 OctahedralGroup -
Uses of OctahedralGroup in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as OctahedralGroupMethods in net.minecraft.client.resources.model that return 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 pId, OctahedralGroup pRotation) privateRotation(int pIndex, String pId, OctahedralGroup pRotation) -
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 pOctahedralGroup) static VoxelShapeShapes.rotate(VoxelShape pShape, OctahedralGroup pOctohedralGroup) static VoxelShapeShapes.rotate(VoxelShape pShape, OctahedralGroup pOctohedralGroup, Vec3 pPos)