Package net.minecraft

Enum Class class_11071

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

public enum class_11071 extends Enum<class_11071> implements StringIdentifiable, TooltipAppender
Mappings:
Namespace Name
named net/minecraft/class_11071
intermediary net/minecraft/class_11071
official dzt
  • Enum Constant Details

    • GOLD

      public static final class_11071 GOLD
      Mappings:
      Namespace Name Mixin selector
      named GOLD Lnet/minecraft/class_11071;GOLD:Lnet/minecraft/class_11071;
      intermediary field_58946 Lnet/minecraft/class_11071;field_58946:Lnet/minecraft/class_11071;
      official a Ldzt;a:Ldzt;
    • MEGA_SPUD

      public static final class_11071 MEGA_SPUD
      Mappings:
      Namespace Name Mixin selector
      named MEGA_SPUD Lnet/minecraft/class_11071;MEGA_SPUD:Lnet/minecraft/class_11071;
      intermediary field_58947 Lnet/minecraft/class_11071;field_58947:Lnet/minecraft/class_11071;
      official b Ldzt;b:Ldzt;
    • NO_MEDAL

      public static final class_11071 NO_MEDAL
      Mappings:
      Namespace Name Mixin selector
      named NO_MEDAL Lnet/minecraft/class_11071;NO_MEDAL:Lnet/minecraft/class_11071;
      intermediary field_58948 Lnet/minecraft/class_11071;field_58948:Lnet/minecraft/class_11071;
      official c Ldzt;c:Ldzt;
  • Field Details

    • field_58949

      public static final com.mojang.serialization.Codec<class_11071> field_58949
      Mappings:
      Namespace Name Mixin selector
      named field_58949 Lnet/minecraft/class_11071;field_58949:Lcom/mojang/serialization/Codec;
      intermediary field_58949 Lnet/minecraft/class_11071;field_58949:Lcom/mojang/serialization/Codec;
      official d Ldzt;d:Lcom/mojang/serialization/Codec;
    • field_58950

      public static final PacketCodec<ByteBuf,class_11071> field_58950
      Mappings:
      Namespace Name Mixin selector
      named field_58950 Lnet/minecraft/class_11071;field_58950:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_58950 Lnet/minecraft/class_11071;field_58950:Lnet/minecraft/class_9139;
      official e Ldzt;e:Lzg;
    • field_58951

      private final String field_58951
      Mappings:
      Namespace Name Mixin selector
      named field_58951 Lnet/minecraft/class_11071;field_58951:Ljava/lang/String;
      intermediary field_58951 Lnet/minecraft/class_11071;field_58951:Ljava/lang/String;
      official f Ldzt;f:Ljava/lang/String;
  • Constructor Details

    • class_11071

      private class_11071(String string)
  • Method Details

    • values

      public static class_11071[] 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_11071 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 Lbbv;c()Ljava/lang/String;
    • appendTooltip

      public void appendTooltip(Item.TooltipContext context, Consumer<Text> textConsumer, TooltipType type, @Nullable @Nullable PlayerEntity playerEntity, ItemStack itemStack)
      Specified by:
      appendTooltip in interface TooltipAppender
      Mappings:
      Namespace Name Mixin selector
      named appendTooltip Lnet/minecraft/item/tooltip/TooltipAppender;appendTooltip(Lnet/minecraft/item/Item$TooltipContext;Ljava/util/function/Consumer;Lnet/minecraft/item/tooltip/TooltipType;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
      intermediary method_57409 Lnet/minecraft/class_9299;method_57409(Lnet/minecraft/class_1792$class_9635;Ljava/util/function/Consumer;Lnet/minecraft/class_1836;Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
      official a Ldgd;a(Ldco$b;Ljava/util/function/Consumer;Ldek;Lcuf;Ldcs;)V