Package net.minecraft

Enum Class class_8383

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

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

    • PICK_LOW

      public static final class_8383 PICK_LOW
      Mappings:
      Namespace Name Mixin selector
      official a Lbgr;a:Lbgr;
      intermediary field_44011 Lnet/minecraft/class_8383;field_44011:Lnet/minecraft/class_8383;
      named PICK_LOW Lnet/minecraft/class_8383;PICK_LOW:Lnet/minecraft/class_8383;
    • PICK_HIGH

      public static final class_8383 PICK_HIGH
      Mappings:
      Namespace Name Mixin selector
      official b Lbgr;b:Lbgr;
      intermediary field_44012 Lnet/minecraft/class_8383;field_44012:Lnet/minecraft/class_8383;
      named PICK_HIGH Lnet/minecraft/class_8383;PICK_HIGH:Lnet/minecraft/class_8383;
    • PICK_RANDOM

      public static final class_8383 PICK_RANDOM
      Mappings:
      Namespace Name Mixin selector
      official c Lbgr;c:Lbgr;
      intermediary field_44013 Lnet/minecraft/class_8383;field_44013:Lnet/minecraft/class_8383;
      named PICK_RANDOM Lnet/minecraft/class_8383;PICK_RANDOM:Lnet/minecraft/class_8383;
    • PICK_ALL

      public static final class_8383 PICK_ALL
      Mappings:
      Namespace Name Mixin selector
      official d Lbgr;d:Lbgr;
      intermediary field_44014 Lnet/minecraft/class_8383;field_44014:Lnet/minecraft/class_8383;
      named PICK_ALL Lnet/minecraft/class_8383;PICK_ALL:Lnet/minecraft/class_8383;
    • PICK_NONE

      public static final class_8383 PICK_NONE
      Mappings:
      Namespace Name Mixin selector
      official e Lbgr;e:Lbgr;
      intermediary field_44015 Lnet/minecraft/class_8383;field_44015:Lnet/minecraft/class_8383;
      named PICK_NONE Lnet/minecraft/class_8383;PICK_NONE:Lnet/minecraft/class_8383;
    • FAIL

      public static final class_8383 FAIL
      Mappings:
      Namespace Name Mixin selector
      official f Lbgr;f:Lbgr;
      intermediary field_44016 Lnet/minecraft/class_8383;field_44016:Lnet/minecraft/class_8383;
      named FAIL Lnet/minecraft/class_8383;FAIL:Lnet/minecraft/class_8383;
  • Field Details

    • field_44017

      public static final StringIdentifiable.Codec<class_8383> field_44017
      Mappings:
      Namespace Name Mixin selector
      official g Lbgr;g:Lcom/mojang/serialization/Codec;
      intermediary field_44017 Lnet/minecraft/class_8383;field_44017:Lcom/mojang/serialization/Codec;
      named field_44017 Lnet/minecraft/class_8383;field_44017:Lcom/mojang/serialization/Codec;
    • field_44018

      private final String field_44018
      Mappings:
      Namespace Name Mixin selector
      official h Lbgr;h:Ljava/lang/String;
      intermediary field_44018 Lnet/minecraft/class_8383;field_44018:Ljava/lang/String;
      named field_44018 Lnet/minecraft/class_8383;field_44018:Ljava/lang/String;
    • field_44019

      private final Text field_44019
      Mappings:
      Namespace Name Mixin selector
      official i Lbgr;i:Lsw;
      intermediary field_44019 Lnet/minecraft/class_8383;field_44019:Lnet/minecraft/class_2561;
      named field_44019 Lnet/minecraft/class_8383;field_44019:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8383

      private class_8383(String string)
  • Method Details

    • values

      public static class_8383[] 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_8383 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
      official c Lapw;c()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;
    • method_50576

      public Text method_50576()
      Mappings:
      Namespace Name Mixin selector
      official a Lbgr;a()Lsw;
      intermediary method_50576 Lnet/minecraft/class_8383;method_50576()Lnet/minecraft/class_2561;
      named method_50576 Lnet/minecraft/class_8383;method_50576()Lnet/minecraft/text/Text;