Uses of Class
net.minecraft.util.TriplePermutation
-
Packages that use TriplePermutation Package Description net.minecraft.util net.minecraft.util.math.vector -
-
Uses of TriplePermutation in net.minecraft.util
Fields in net.minecraft.util declared as TriplePermutation Modifier and Type Field Description private static TriplePermutation[][]TriplePermutation. cayleyTableMethods in net.minecraft.util that return TriplePermutation Modifier and Type Method Description TriplePermutationTriplePermutation. compose(TriplePermutation p_239188_1_)static TriplePermutationTriplePermutation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TriplePermutation[]TriplePermutation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util with parameters of type TriplePermutation Modifier and Type Method Description TriplePermutationTriplePermutation. compose(TriplePermutation p_239188_1_) -
Uses of TriplePermutation in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as TriplePermutation Modifier and Type Field Description private TriplePermutationOrientation. permutationConstructors in net.minecraft.util.math.vector with parameters of type TriplePermutation Constructor Description Orientation(java.lang.String p_i231784_3_, TriplePermutation p_i231784_4_, boolean p_i231784_5_, boolean p_i231784_6_, boolean p_i231784_7_)
-