Uses of Enum Class
com.mojang.math.OctahedralGroup
Package
Description
-
Uses of OctahedralGroup in com.mojang.math
Modifier and TypeFieldDescriptionprivate static final OctahedralGroup[][]
OctahedralGroup.cayleyTable
private static final 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 final OctahedralGroup
Mirror.rotation
private final OctahedralGroup
Rotation.rotation
ModifierConstructorDescriptionprivate
Mirror
(String p_221529_, OctahedralGroup p_221530_) private
Rotation
(String p_221988_, OctahedralGroup p_221989_)