Package net.minecraft

Enum class_5932

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

public enum class_5932
extends Enum<class_5932>
implements StringIdentifiable
Mappings:
Namespace Name
official cwt
intermediary net/minecraft/class_5932
named net/minecraft/class_5932
  • Enum Constant Details

    • field_29313

      public static final class_5932 field_29313
      Mappings:
      Namespace Name Mixin selector
      official a Lcwt;a:Lcwt;
      intermediary field_29313 Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
      named field_29313 Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
    • field_29314

      public static final class_5932 field_29314
      Mappings:
      Namespace Name Mixin selector
      official b Lcwt;b:Lcwt;
      intermediary field_29314 Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
      named field_29314 Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
  • Field Details

    • field_29315

      public static final com.mojang.serialization.Codec<class_5932> field_29315
      Mappings:
      Namespace Name Mixin selector
      official c Lcwt;c:Lcom/mojang/serialization/Codec;
      intermediary field_29315 Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
      named field_29315 Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
    • field_29319

      private static final class_5932[] field_29319
      Mappings:
      Namespace Name Mixin selector
      official g Lcwt;g:[Lcwt;
      intermediary field_29319 Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;
      named field_29319 Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;
    • field_29316

      private final Direction field_29316
      Mappings:
      Namespace Name Mixin selector
      official d Lcwt;d:Lgc;
      intermediary field_29316 Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/class_2350;
      named field_29316 Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/util/math/Direction;
    • field_29317

      private final int field_29317
      Mappings:
      Namespace Name Mixin selector
      official e Lcwt;e:I
      intermediary field_29317 Lnet/minecraft/class_5932;field_29317:I
      named field_29317 Lnet/minecraft/class_5932;field_29317:I
    • field_29318

      private final String field_29318
      Mappings:
      Namespace Name Mixin selector
      official f Lcwt;f:Ljava/lang/String;
      intermediary field_29318 Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;
      named field_29318 Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;
  • Constructor Details

    • class_5932

      private class_5932​(Direction direction, int int2, String string)
  • Method Details

    • values

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

      public static class_5932 valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • method_34379

      public Direction method_34379()
      Mappings:
      Namespace Name Mixin selector
      official b Lcwt;b()Lgc;
      intermediary method_34379 Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/class_2350;
      named method_34379 Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/util/math/Direction;
    • method_34380

      public int method_34380()
      Mappings:
      Namespace Name Mixin selector
      official c Lcwt;c()I
      intermediary method_34380 Lnet/minecraft/class_5932;method_34380()I
      named method_34380 Lnet/minecraft/class_5932;method_34380()I
    • method_34378

      public static class_5932 method_34378​(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lcwt;a(Ljava/lang/String;)Lcwt;
      intermediary method_34378 Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;
      named method_34378 Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official a Laha;a()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;