Enum Class RabbitEntity.class_7990

java.lang.Object
java.lang.Enum<RabbitEntity.class_7990>
net.minecraft.entity.passive.RabbitEntity.class_7990
All Implemented Interfaces:
Serializable, Comparable<RabbitEntity.class_7990>, Constable, StringIdentifiable
Enclosing class:
RabbitEntity

public static enum RabbitEntity.class_7990 extends Enum<RabbitEntity.class_7990> implements StringIdentifiable
Mappings:
Namespace Name
official bqg$h
intermediary net/minecraft/class_1463$class_7990
named net/minecraft/entity/passive/RabbitEntity$class_7990
  • Enum Constant Details

    • BROWN

      public static final RabbitEntity.class_7990 BROWN
      Mappings:
      Namespace Name Mixin selector
      official a Lbqg$h;a:Lbqg$h;
      intermediary field_41561 Lnet/minecraft/class_1463$class_7990;field_41561:Lnet/minecraft/class_1463$class_7990;
      named BROWN Lnet/minecraft/entity/passive/RabbitEntity$class_7990;BROWN:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • WHITE

      public static final RabbitEntity.class_7990 WHITE
      Mappings:
      Namespace Name Mixin selector
      official b Lbqg$h;b:Lbqg$h;
      intermediary field_41562 Lnet/minecraft/class_1463$class_7990;field_41562:Lnet/minecraft/class_1463$class_7990;
      named WHITE Lnet/minecraft/entity/passive/RabbitEntity$class_7990;WHITE:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • BLACK

      public static final RabbitEntity.class_7990 BLACK
      Mappings:
      Namespace Name Mixin selector
      official c Lbqg$h;c:Lbqg$h;
      intermediary field_41563 Lnet/minecraft/class_1463$class_7990;field_41563:Lnet/minecraft/class_1463$class_7990;
      named BLACK Lnet/minecraft/entity/passive/RabbitEntity$class_7990;BLACK:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • WHITE_SPLOTCHED

      public static final RabbitEntity.class_7990 WHITE_SPLOTCHED
      Mappings:
      Namespace Name Mixin selector
      official d Lbqg$h;d:Lbqg$h;
      intermediary field_41564 Lnet/minecraft/class_1463$class_7990;field_41564:Lnet/minecraft/class_1463$class_7990;
      named WHITE_SPLOTCHED Lnet/minecraft/entity/passive/RabbitEntity$class_7990;WHITE_SPLOTCHED:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • GOLD

      public static final RabbitEntity.class_7990 GOLD
      Mappings:
      Namespace Name Mixin selector
      official e Lbqg$h;e:Lbqg$h;
      intermediary field_41565 Lnet/minecraft/class_1463$class_7990;field_41565:Lnet/minecraft/class_1463$class_7990;
      named GOLD Lnet/minecraft/entity/passive/RabbitEntity$class_7990;GOLD:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • SALT

      public static final RabbitEntity.class_7990 SALT
      Mappings:
      Namespace Name Mixin selector
      official f Lbqg$h;f:Lbqg$h;
      intermediary field_41566 Lnet/minecraft/class_1463$class_7990;field_41566:Lnet/minecraft/class_1463$class_7990;
      named SALT Lnet/minecraft/entity/passive/RabbitEntity$class_7990;SALT:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
    • EVIL

      public static final RabbitEntity.class_7990 EVIL
      Mappings:
      Namespace Name Mixin selector
      official g Lbqg$h;g:Lbqg$h;
      intermediary field_41567 Lnet/minecraft/class_1463$class_7990;field_41567:Lnet/minecraft/class_1463$class_7990;
      named EVIL Lnet/minecraft/entity/passive/RabbitEntity$class_7990;EVIL:Lnet/minecraft/entity/passive/RabbitEntity$class_7990;
  • Field Details

    • field_41569

      private static final IntFunction<RabbitEntity.class_7990> field_41569
      Mappings:
      Namespace Name Mixin selector
      official i Lbqg$h;i:Ljava/util/function/IntFunction;
      intermediary field_41569 Lnet/minecraft/class_1463$class_7990;field_41569:Ljava/util/function/IntFunction;
      named field_41569 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;field_41569:Ljava/util/function/IntFunction;
    • field_41568

      public static final StringIdentifiable.Codec<RabbitEntity.class_7990> field_41568
      Mappings:
      Namespace Name Mixin selector
      official h Lbqg$h;h:Lcom/mojang/serialization/Codec;
      intermediary field_41568 Lnet/minecraft/class_1463$class_7990;field_41568:Lcom/mojang/serialization/Codec;
      named field_41568 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;field_41568:Lcom/mojang/serialization/Codec;
    • field_41570

      final int field_41570
      Mappings:
      Namespace Name Mixin selector
      official j Lbqg$h;j:I
      intermediary field_41570 Lnet/minecraft/class_1463$class_7990;field_41570:I
      named field_41570 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;field_41570:I
    • field_41571

      private final String field_41571
      Mappings:
      Namespace Name Mixin selector
      official k Lbqg$h;k:Ljava/lang/String;
      intermediary field_41571 Lnet/minecraft/class_1463$class_7990;field_41571:Ljava/lang/String;
      named field_41571 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;field_41571:Ljava/lang/String;
  • Constructor Details

    • class_7990

      private class_7990(int int2, String string)
  • Method Details

    • values

      public static RabbitEntity.class_7990[] 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 RabbitEntity.class_7990 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 Laor;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_47856

      public int method_47856()
      Mappings:
      Namespace Name Mixin selector
      official a Lbqg$h;a()I
      intermediary method_47856 Lnet/minecraft/class_1463$class_7990;method_47856()I
      named method_47856 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;method_47856()I
    • method_47857

      public static RabbitEntity.class_7990 method_47857(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqg$h;a(I)Lbqg$h;
      intermediary method_47857 Lnet/minecraft/class_1463$class_7990;method_47857(I)Lnet/minecraft/class_1463$class_7990;
      named method_47857 Lnet/minecraft/entity/passive/RabbitEntity$class_7990;method_47857(I)Lnet/minecraft/entity/passive/RabbitEntity$class_7990;