Enum Class TriplePermutation

java.lang.Object
java.lang.Enum<TriplePermutation>
net.minecraft.util.TriplePermutation
All Implemented Interfaces:
Serializable, Comparable<TriplePermutation>, Constable

public enum TriplePermutation extends Enum<TriplePermutation>
  • Enum Constant Details

  • Field Details

    • permutation

      private final int[] permutation
    • transformation

      private final Matrix3f transformation
    • cayleyTable

      private static final TriplePermutation[][] cayleyTable
  • Constructor Details

    • TriplePermutation

      private TriplePermutation(int p_i232416_3_, int p_i232416_4_, int p_i232416_5_)
  • Method Details

    • values

      public static TriplePermutation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TriplePermutation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • compose

      public TriplePermutation compose(TriplePermutation p_239188_1_)
    • permutation

      public int permutation(int p_239187_1_)
    • transformation

      public Matrix3f transformation()