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_TABLE
private static final OctahedralGroup[]
OctahedralGroup.INVERSE_TABLE
private static final OctahedralGroup[][]
OctahedralGroup.XY_TABLE
Methods in com.mojang.math that return OctahedralGroupModifier and TypeMethodDescriptionOctahedralGroup.compose
(OctahedralGroup p_56522_) static OctahedralGroup
OctahedralGroup.fromXYAngles
(Quadrant p_405465_, Quadrant p_405597_) OctahedralGroup.inverse()
static OctahedralGroup
Returns 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 OctahedralGroup
Mirror.rotation
private final OctahedralGroup
Rotation.rotation
Methods in net.minecraft.world.level.block that return OctahedralGroupConstructors in net.minecraft.world.level.block with parameters of type OctahedralGroupModifierConstructorDescriptionprivate
Mirror
(String p_221529_, OctahedralGroup p_221530_) private
Rotation
(int p_397622_, String p_221988_, OctahedralGroup p_221989_) -
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 p_394332_) static VoxelShape
Shapes.rotate
(VoxelShape p_393610_, OctahedralGroup p_393964_) static VoxelShape
Shapes.rotate
(VoxelShape p_394159_, OctahedralGroup p_393775_, Vec3 p_393709_)