Package net.minecraft

Enum Class class_2560

java.lang.Object
java.lang.Enum<class_2560>
net.minecraft.class_2560
All Implemented Interfaces:
Predicate, Serializable, Comparable<class_2560>, Constable, Iterable

public enum class_2560 extends Enum<class_2560> implements Predicate, Iterable
Mappings:
Namespace Name
official en
intermediary net/minecraft/class_2560
named net/minecraft/class_2560
  • Enum Constant Details

    • HORIZONTAL

      public static final class_2560 HORIZONTAL
      Mappings:
      Namespace Name Mixin selector
      official a Len;a:Len;
      intermediary field_11477 Lnet/minecraft/class_2560;field_11477:Lnet/minecraft/class_2560;
      named HORIZONTAL Lnet/minecraft/class_2560;HORIZONTAL:Lnet/minecraft/class_2560;
    • VERTICAL

      public static final class_2560 VERTICAL
      Mappings:
      Namespace Name Mixin selector
      official b Len;b:Len;
      intermediary field_11478 Lnet/minecraft/class_2560;field_11478:Lnet/minecraft/class_2560;
      named VERTICAL Lnet/minecraft/class_2560;VERTICAL:Lnet/minecraft/class_2560;
  • Constructor Details

    • class_2560

      private class_2560()
  • Method Details

    • values

      public static class_2560[] 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 class_2560 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
    • method_10549

      public Direction[] method_10549()
      Mappings:
      Namespace Name Mixin selector
      official a Len;a()[Lej;
      intermediary method_10549 Lnet/minecraft/class_2560;method_10549()[Lnet/minecraft/class_1354;
      named method_10549 Lnet/minecraft/class_2560;method_10549()[Lnet/minecraft/util/math/Direction;
    • method_10551

      public Direction method_10551(Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Ljava/util/Random;)Lej;
      intermediary method_10551 Lnet/minecraft/class_2560;method_10551(Ljava/util/Random;)Lnet/minecraft/class_1354;
      named method_10551 Lnet/minecraft/class_2560;method_10551(Ljava/util/Random;)Lnet/minecraft/util/math/Direction;
    • apply

      public boolean apply(Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Lej;)Z
      intermediary method_10550 Lnet/minecraft/class_2560;method_10550(Lnet/minecraft/class_1354;)Z
      named apply Lnet/minecraft/class_2560;apply(Lnet/minecraft/util/math/Direction;)Z
    • iterator

      public Iterator iterator()
      Specified by:
      iterator in interface Iterable
      Mappings:
      Namespace Name Mixin selector
      official iterator Len;iterator()Ljava/util/Iterator;
      intermediary iterator Lnet/minecraft/class_2560;iterator()Ljava/util/Iterator;
      named iterator Lnet/minecraft/class_2560;iterator()Ljava/util/Iterator;