Class EntityAttributes

java.lang.Object
net.minecraft.entity.attribute.EntityAttributes

public class EntityAttributes extends Object
Mappings:
Namespace Name
official bfj
intermediary net/minecraft/class_5134
named net/minecraft/entity/attribute/EntityAttributes
  • Field Details

    • GENERIC_MAX_HEALTH

      public static final EntityAttribute GENERIC_MAX_HEALTH
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a:Lbfe;
      intermediary field_23716 Lnet/minecraft/class_5134;field_23716:Lnet/minecraft/class_1320;
      named GENERIC_MAX_HEALTH Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_MAX_HEALTH:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_FOLLOW_RANGE

      public static final EntityAttribute GENERIC_FOLLOW_RANGE
      Mappings:
      Namespace Name Mixin selector
      official b Lbfj;b:Lbfe;
      intermediary field_23717 Lnet/minecraft/class_5134;field_23717:Lnet/minecraft/class_1320;
      named GENERIC_FOLLOW_RANGE Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_FOLLOW_RANGE:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_KNOCKBACK_RESISTANCE

      public static final EntityAttribute GENERIC_KNOCKBACK_RESISTANCE
      Mappings:
      Namespace Name Mixin selector
      official c Lbfj;c:Lbfe;
      intermediary field_23718 Lnet/minecraft/class_5134;field_23718:Lnet/minecraft/class_1320;
      named GENERIC_KNOCKBACK_RESISTANCE Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_KNOCKBACK_RESISTANCE:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_MOVEMENT_SPEED

      public static final EntityAttribute GENERIC_MOVEMENT_SPEED
      Mappings:
      Namespace Name Mixin selector
      official d Lbfj;d:Lbfe;
      intermediary field_23719 Lnet/minecraft/class_5134;field_23719:Lnet/minecraft/class_1320;
      named GENERIC_MOVEMENT_SPEED Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_MOVEMENT_SPEED:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_FLYING_SPEED

      public static final EntityAttribute GENERIC_FLYING_SPEED
      Mappings:
      Namespace Name Mixin selector
      official e Lbfj;e:Lbfe;
      intermediary field_23720 Lnet/minecraft/class_5134;field_23720:Lnet/minecraft/class_1320;
      named GENERIC_FLYING_SPEED Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_FLYING_SPEED:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_ATTACK_DAMAGE

      public static final EntityAttribute GENERIC_ATTACK_DAMAGE
      Mappings:
      Namespace Name Mixin selector
      official f Lbfj;f:Lbfe;
      intermediary field_23721 Lnet/minecraft/class_5134;field_23721:Lnet/minecraft/class_1320;
      named GENERIC_ATTACK_DAMAGE Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ATTACK_DAMAGE:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_ATTACK_KNOCKBACK

      public static final EntityAttribute GENERIC_ATTACK_KNOCKBACK
      Mappings:
      Namespace Name Mixin selector
      official g Lbfj;g:Lbfe;
      intermediary field_23722 Lnet/minecraft/class_5134;field_23722:Lnet/minecraft/class_1320;
      named GENERIC_ATTACK_KNOCKBACK Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ATTACK_KNOCKBACK:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_ATTACK_SPEED

      public static final EntityAttribute GENERIC_ATTACK_SPEED
      Mappings:
      Namespace Name Mixin selector
      official h Lbfj;h:Lbfe;
      intermediary field_23723 Lnet/minecraft/class_5134;field_23723:Lnet/minecraft/class_1320;
      named GENERIC_ATTACK_SPEED Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ATTACK_SPEED:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_ARMOR

      public static final EntityAttribute GENERIC_ARMOR
      Mappings:
      Namespace Name Mixin selector
      official i Lbfj;i:Lbfe;
      intermediary field_23724 Lnet/minecraft/class_5134;field_23724:Lnet/minecraft/class_1320;
      named GENERIC_ARMOR Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ARMOR:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_ARMOR_TOUGHNESS

      public static final EntityAttribute GENERIC_ARMOR_TOUGHNESS
      Mappings:
      Namespace Name Mixin selector
      official j Lbfj;j:Lbfe;
      intermediary field_23725 Lnet/minecraft/class_5134;field_23725:Lnet/minecraft/class_1320;
      named GENERIC_ARMOR_TOUGHNESS Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ARMOR_TOUGHNESS:Lnet/minecraft/entity/attribute/EntityAttribute;
    • GENERIC_LUCK

      public static final EntityAttribute GENERIC_LUCK
      Mappings:
      Namespace Name Mixin selector
      official k Lbfj;k:Lbfe;
      intermediary field_23726 Lnet/minecraft/class_5134;field_23726:Lnet/minecraft/class_1320;
      named GENERIC_LUCK Lnet/minecraft/entity/attribute/EntityAttributes;GENERIC_LUCK:Lnet/minecraft/entity/attribute/EntityAttribute;
    • ZOMBIE_SPAWN_REINFORCEMENTS

      public static final EntityAttribute ZOMBIE_SPAWN_REINFORCEMENTS
      Mappings:
      Namespace Name Mixin selector
      official l Lbfj;l:Lbfe;
      intermediary field_23727 Lnet/minecraft/class_5134;field_23727:Lnet/minecraft/class_1320;
      named ZOMBIE_SPAWN_REINFORCEMENTS Lnet/minecraft/entity/attribute/EntityAttributes;ZOMBIE_SPAWN_REINFORCEMENTS:Lnet/minecraft/entity/attribute/EntityAttribute;
    • HORSE_JUMP_STRENGTH

      public static final EntityAttribute HORSE_JUMP_STRENGTH
      Mappings:
      Namespace Name Mixin selector
      official m Lbfj;m:Lbfe;
      intermediary field_23728 Lnet/minecraft/class_5134;field_23728:Lnet/minecraft/class_1320;
      named HORSE_JUMP_STRENGTH Lnet/minecraft/entity/attribute/EntityAttributes;HORSE_JUMP_STRENGTH:Lnet/minecraft/entity/attribute/EntityAttribute;
  • Constructor Details

    • EntityAttributes

      public EntityAttributes()
  • Method Details

    • register

      private static EntityAttribute register(String id, EntityAttribute attribute)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(Ljava/lang/String;Lbfe;)Lbfe;
      intermediary method_26871 Lnet/minecraft/class_5134;method_26871(Ljava/lang/String;Lnet/minecraft/class_1320;)Lnet/minecraft/class_1320;
      named register Lnet/minecraft/entity/attribute/EntityAttributes;register(Ljava/lang/String;Lnet/minecraft/entity/attribute/EntityAttribute;)Lnet/minecraft/entity/attribute/EntityAttribute;