Uses of Enum Class
net.minecraft.util.TriplePermutation
Packages that use TriplePermutation
-
Uses of TriplePermutation in net.minecraft.util
Fields in net.minecraft.util declared as TriplePermutationModifier and TypeFieldDescriptionprivate static final TriplePermutation[][]
TriplePermutation.cayleyTable
Methods in net.minecraft.util that return TriplePermutationModifier and TypeMethodDescriptionTriplePermutation.compose
(TriplePermutation p_239188_1_) static TriplePermutation
Returns the enum constant of this class with the specified name.static TriplePermutation[]
TriplePermutation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util with parameters of type TriplePermutation -
Uses of TriplePermutation in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as TriplePermutationConstructors in net.minecraft.util.math.vector with parameters of type TriplePermutationModifierConstructorDescriptionprivate
Orientation
(String p_i231784_3_, TriplePermutation p_i231784_4_, boolean p_i231784_5_, boolean p_i231784_6_, boolean p_i231784_7_)