Enum Class RabbitEntity.Action

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

static enum RabbitEntity.Action extends Enum<RabbitEntity.Action>
Mappings:
Namespace Name
official tu$b
intermediary net/minecraft/class_2623$class_2625
named net/minecraft/entity/passive/RabbitEntity$Action
  • Enum Constant Details

    • NONE

      public static final RabbitEntity.Action NONE
      Mappings:
      Namespace Name Mixin selector
      official a Ltu$b;a:Ltu$b;
      intermediary field_11986 Lnet/minecraft/class_2623$class_2625;field_11986:Lnet/minecraft/class_2623$class_2625;
      named NONE Lnet/minecraft/entity/passive/RabbitEntity$Action;NONE:Lnet/minecraft/entity/passive/RabbitEntity$Action;
    • HOP

      public static final RabbitEntity.Action HOP
      Mappings:
      Namespace Name Mixin selector
      official b Ltu$b;b:Ltu$b;
      intermediary field_11987 Lnet/minecraft/class_2623$class_2625;field_11987:Lnet/minecraft/class_2623$class_2625;
      named HOP Lnet/minecraft/entity/passive/RabbitEntity$Action;HOP:Lnet/minecraft/entity/passive/RabbitEntity$Action;
    • STEP

      public static final RabbitEntity.Action STEP
      Mappings:
      Namespace Name Mixin selector
      official c Ltu$b;c:Ltu$b;
      intermediary field_11988 Lnet/minecraft/class_2623$class_2625;field_11988:Lnet/minecraft/class_2623$class_2625;
      named STEP Lnet/minecraft/entity/passive/RabbitEntity$Action;STEP:Lnet/minecraft/entity/passive/RabbitEntity$Action;
    • SPRINT

      public static final RabbitEntity.Action SPRINT
      Mappings:
      Namespace Name Mixin selector
      official d Ltu$b;d:Ltu$b;
      intermediary field_11989 Lnet/minecraft/class_2623$class_2625;field_11989:Lnet/minecraft/class_2623$class_2625;
      named SPRINT Lnet/minecraft/entity/passive/RabbitEntity$Action;SPRINT:Lnet/minecraft/entity/passive/RabbitEntity$Action;
    • ATTACK

      public static final RabbitEntity.Action ATTACK
      Mappings:
      Namespace Name Mixin selector
      official e Ltu$b;e:Ltu$b;
      intermediary field_11990 Lnet/minecraft/class_2623$class_2625;field_11990:Lnet/minecraft/class_2623$class_2625;
      named ATTACK Lnet/minecraft/entity/passive/RabbitEntity$Action;ATTACK:Lnet/minecraft/entity/passive/RabbitEntity$Action;
  • Field Details

    • speed

      private final float speed
      Mappings:
      Namespace Name Mixin selector
      official f Ltu$b;f:F
      intermediary field_11991 Lnet/minecraft/class_2623$class_2625;field_11991:F
      named speed Lnet/minecraft/entity/passive/RabbitEntity$Action;speed:F
    • field_11992

      private final float field_11992
      Mappings:
      Namespace Name Mixin selector
      official g Ltu$b;g:F
      intermediary field_11992 Lnet/minecraft/class_2623$class_2625;field_11992:F
      named field_11992 Lnet/minecraft/entity/passive/RabbitEntity$Action;field_11992:F
    • field_11993

      private final int field_11993
      Mappings:
      Namespace Name Mixin selector
      official h Ltu$b;h:I
      intermediary field_11993 Lnet/minecraft/class_2623$class_2625;field_11993:I
      named field_11993 Lnet/minecraft/entity/passive/RabbitEntity$Action;field_11993:I
    • field_11994

      private final int field_11994
      Mappings:
      Namespace Name Mixin selector
      official i Ltu$b;i:I
      intermediary field_11994 Lnet/minecraft/class_2623$class_2625;field_11994:I
      named field_11994 Lnet/minecraft/entity/passive/RabbitEntity$Action;field_11994:I
  • Constructor Details

    • Action

      private Action(float speed, float float2, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ltu$b;<init>(Ljava/lang/String;IFFII)V
      intermediary <init> Lnet/minecraft/class_2623$class_2625;<init>(Ljava/lang/String;IFFII)V
      named <init> Lnet/minecraft/entity/passive/RabbitEntity$Action;<init>(Ljava/lang/String;IFFII)V
  • Method Details

    • values

      public static RabbitEntity.Action[] 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.Action 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
    • getSpeed

      public float getSpeed()
      Mappings:
      Namespace Name Mixin selector
      official a Ltu$b;a()F
      intermediary method_11093 Lnet/minecraft/class_2623$class_2625;method_11093()F
      named getSpeed Lnet/minecraft/entity/passive/RabbitEntity$Action;getSpeed()F
    • method_11094

      public float method_11094()
      Mappings:
      Namespace Name Mixin selector
      official b Ltu$b;b()F
      intermediary method_11094 Lnet/minecraft/class_2623$class_2625;method_11094()F
      named method_11094 Lnet/minecraft/entity/passive/RabbitEntity$Action;method_11094()F
    • method_11095

      public int method_11095()
      Mappings:
      Namespace Name Mixin selector
      official c Ltu$b;c()I
      intermediary method_11095 Lnet/minecraft/class_2623$class_2625;method_11095()I
      named method_11095 Lnet/minecraft/entity/passive/RabbitEntity$Action;method_11095()I
    • getJumpDuration

      public int getJumpDuration()
      Mappings:
      Namespace Name Mixin selector
      official d Ltu$b;d()I
      intermediary method_11096 Lnet/minecraft/class_2623$class_2625;method_11096()I
      named getJumpDuration Lnet/minecraft/entity/passive/RabbitEntity$Action;getJumpDuration()I