Package net.minecraft

Enum Class class_2558

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

public enum class_2558 extends Enum<class_2558> implements Predicate, StringIdentifiable
Mappings:
Namespace Name
official el
intermediary net/minecraft/class_2558
named net/minecraft/class_2558
  • Enum Constant Details

    • X

      public static final class_2558 X
      Mappings:
      Namespace Name Mixin selector
      official a Lel;a:Lel;
      intermediary field_11465 Lnet/minecraft/class_2558;field_11465:Lnet/minecraft/class_2558;
      named X Lnet/minecraft/class_2558;X:Lnet/minecraft/class_2558;
    • Y

      public static final class_2558 Y
      Mappings:
      Namespace Name Mixin selector
      official b Lel;b:Lel;
      intermediary field_11466 Lnet/minecraft/class_2558;field_11466:Lnet/minecraft/class_2558;
      named Y Lnet/minecraft/class_2558;Y:Lnet/minecraft/class_2558;
    • Z

      public static final class_2558 Z
      Mappings:
      Namespace Name Mixin selector
      official c Lel;c:Lel;
      intermediary field_11467 Lnet/minecraft/class_2558;field_11467:Lnet/minecraft/class_2558;
      named Z Lnet/minecraft/class_2558;Z:Lnet/minecraft/class_2558;
  • Field Details

    • field_11468

      private static final Map field_11468
      Mappings:
      Namespace Name Mixin selector
      official d Lel;d:Ljava/util/Map;
      intermediary field_11468 Lnet/minecraft/class_2558;field_11468:Ljava/util/Map;
      named field_11468 Lnet/minecraft/class_2558;field_11468:Ljava/util/Map;
    • field_11469

      private final String field_11469
      Mappings:
      Namespace Name Mixin selector
      official e Lel;e:Ljava/lang/String;
      intermediary field_11469 Lnet/minecraft/class_2558;field_11469:Ljava/lang/String;
      named field_11469 Lnet/minecraft/class_2558;field_11469:Ljava/lang/String;
    • field_11470

      private final class_2560 field_11470
      Mappings:
      Namespace Name Mixin selector
      official f Lel;f:Len;
      intermediary field_11470 Lnet/minecraft/class_2558;field_11470:Lnet/minecraft/class_2560;
      named field_11470 Lnet/minecraft/class_2558;field_11470:Lnet/minecraft/class_2560;
  • Constructor Details

  • Method Details

    • values

      public static class_2558[] 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_2558 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_10544

      @Environment(CLIENT) public static class_2558 method_10544(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lel;a(Ljava/lang/String;)Lel;
      intermediary method_10544 Lnet/minecraft/class_2558;method_10544(Ljava/lang/String;)Lnet/minecraft/class_2558;
      named method_10544 Lnet/minecraft/class_2558;method_10544(Ljava/lang/String;)Lnet/minecraft/class_2558;
    • method_10542

      public String method_10542()
      Mappings:
      Namespace Name Mixin selector
      official a Lel;a()Ljava/lang/String;
      intermediary method_10542 Lnet/minecraft/class_2558;method_10542()Ljava/lang/String;
      named method_10542 Lnet/minecraft/class_2558;method_10542()Ljava/lang/String;
    • method_10545

      public boolean method_10545()
      Mappings:
      Namespace Name Mixin selector
      official b Lel;b()Z
      intermediary method_10545 Lnet/minecraft/class_2558;method_10545()Z
      named method_10545 Lnet/minecraft/class_2558;method_10545()Z
    • method_10546

      public boolean method_10546()
      Mappings:
      Namespace Name Mixin selector
      official c Lel;c()Z
      intermediary method_10546 Lnet/minecraft/class_2558;method_10546()Z
      named method_10546 Lnet/minecraft/class_2558;method_10546()Z
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_2558>
      Mappings:
      Namespace Name Mixin selector
      official toString Lel;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2558;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_2558;toString()Ljava/lang/String;
    • apply

      public boolean apply(Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Lel;a(Lej;)Z
      intermediary method_10543 Lnet/minecraft/class_2558;method_10543(Lnet/minecraft/class_1354;)Z
      named apply Lnet/minecraft/class_2558;apply(Lnet/minecraft/util/math/Direction;)Z
    • method_10547

      public class_2560 method_10547()
      Mappings:
      Namespace Name Mixin selector
      official d Lel;d()Len;
      intermediary method_10547 Lnet/minecraft/class_2558;method_10547()Lnet/minecraft/class_2560;
      named method_10547 Lnet/minecraft/class_2558;method_10547()Lnet/minecraft/class_2560;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official l Lva;l()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;