Uses of Enum Class
com.mojang.math.OctahedralGroup
Package
Description
-
Uses of OctahedralGroup in com.mojang.math
Modifier and TypeFieldDescriptionprivate static OctahedralGroup[][]
OctahedralGroup.cayleyTable
private static OctahedralGroup[]
OctahedralGroup.inverseTable
Modifier and TypeMethodDescriptionOctahedralGroup.compose(OctahedralGroup p_56522_)
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. -
Uses of OctahedralGroup in net.minecraft.client.resources.model
-
Uses of OctahedralGroup in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate OctahedralGroup
Mirror.rotation
private OctahedralGroup
Rotation.rotation
ModifierConstructorDescriptionprivate
Mirror(Component p_153785_, OctahedralGroup p_153786_)
private
Rotation(OctahedralGroup p_55947_)