Uses of Enum Class
com.mojang.math.SymmetricGroup3
Packages that use SymmetricGroup3
-
Uses of SymmetricGroup3 in com.mojang.math
Subclasses with type arguments of type SymmetricGroup3 in com.mojang.mathModifier and TypeClassDescriptionenumThe symmetric group S3, also known as all the permutation orders of three elements.Fields in com.mojang.math declared as SymmetricGroup3Modifier and TypeFieldDescriptionprivate static final SymmetricGroup3[][]SymmetricGroup3.CAYLEY_TABLEprivate static final SymmetricGroup3[]SymmetricGroup3.INVERSE_TABLEprivate final SymmetricGroup3OctahedralGroup.permutationMethods in com.mojang.math that return SymmetricGroup3Modifier and TypeMethodDescriptionSymmetricGroup3.compose(SymmetricGroup3 that) SymmetricGroup3.inverse()OctahedralGroup.permutation()static SymmetricGroup3Returns the enum constant of this class with the specified name.static SymmetricGroup3[]SymmetricGroup3.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 SymmetricGroup3Modifier and TypeMethodDescriptionSymmetricGroup3.compose(SymmetricGroup3 that) private static intOctahedralGroup.trace(boolean invertX, boolean invertY, boolean invertZ, SymmetricGroup3 permutation) Constructors in com.mojang.math with parameters of type SymmetricGroup3ModifierConstructorDescriptionprivateOctahedralGroup(String name, SymmetricGroup3 permutation, boolean invertX, boolean invertY, boolean invertZ)