Package net.minecraft

Enum Class class_10473.class_10474

java.lang.Object
java.lang.Enum<class_10473.class_10474>
net.minecraft.class_10473.class_10474
All Implemented Interfaces:
Serializable, Comparable<class_10473.class_10474>, Constable, StringIdentifiable
Enclosing class:
class_10473

@Environment(CLIENT) public static enum class_10473.class_10474 extends Enum<class_10473.class_10474> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10473$class_10474
intermediary net/minecraft/class_10473$class_10474
official hch$a
  • Enum Constant Details

    • LODESTONE

      public static final class_10473.class_10474 LODESTONE
      Mappings:
      Namespace Name Mixin selector
      named LODESTONE Lnet/minecraft/class_10473$class_10474;LODESTONE:Lnet/minecraft/class_10473$class_10474;
      intermediary field_55390 Lnet/minecraft/class_10473$class_10474;field_55390:Lnet/minecraft/class_10473$class_10474;
      official a Lhch$a;a:Lhch$a;
    • SPAWN

      public static final class_10473.class_10474 SPAWN
      Mappings:
      Namespace Name Mixin selector
      named SPAWN Lnet/minecraft/class_10473$class_10474;SPAWN:Lnet/minecraft/class_10473$class_10474;
      intermediary field_55391 Lnet/minecraft/class_10473$class_10474;field_55391:Lnet/minecraft/class_10473$class_10474;
      official b Lhch$a;b:Lhch$a;
    • RECOVERY

      public static final class_10473.class_10474 RECOVERY
      Mappings:
      Namespace Name Mixin selector
      named RECOVERY Lnet/minecraft/class_10473$class_10474;RECOVERY:Lnet/minecraft/class_10473$class_10474;
      intermediary field_55392 Lnet/minecraft/class_10473$class_10474;field_55392:Lnet/minecraft/class_10473$class_10474;
      official c Lhch$a;c:Lhch$a;
  • Field Details

    • field_55393

      public static final com.mojang.serialization.Codec<class_10473.class_10474> field_55393
      Mappings:
      Namespace Name Mixin selector
      named field_55393 Lnet/minecraft/class_10473$class_10474;field_55393:Lcom/mojang/serialization/Codec;
      intermediary field_55393 Lnet/minecraft/class_10473$class_10474;field_55393:Lcom/mojang/serialization/Codec;
      official d Lhch$a;d:Lcom/mojang/serialization/Codec;
    • field_55394

      private final String field_55394
      Mappings:
      Namespace Name Mixin selector
      named field_55394 Lnet/minecraft/class_10473$class_10474;field_55394:Ljava/lang/String;
      intermediary field_55394 Lnet/minecraft/class_10473$class_10474;field_55394:Ljava/lang/String;
      official e Lhch$a;e:Ljava/lang/String;
  • Constructor Details

    • class_10474

      private class_10474(String string)
  • Method Details

    • values

      public static class_10473.class_10474[] 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_10473.class_10474 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazv;c()Ljava/lang/String;
    • method_65656

      @Nullable abstract @Nullable GlobalPos method_65656(ClientWorld clientWorld, ItemStack itemStack, Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named method_65656 Lnet/minecraft/class_10473$class_10474;method_65656(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/math/GlobalPos;
      intermediary method_65656 Lnet/minecraft/class_10473$class_10474;method_65656(Lnet/minecraft/class_638;Lnet/minecraft/class_1799;Lnet/minecraft/class_1297;)Lnet/minecraft/class_4208;
      official a Lhch$a;a(Lgfy;Lcwp;Lbuk;)Ljq;