Class Attributes
- java.lang.Object
-
- net.minecraft.entity.ai.attributes.Attributes
-
public class Attributes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Attribute
ARMOR
static Attribute
ARMOR_TOUGHNESS
static Attribute
ATTACK_DAMAGE
static Attribute
ATTACK_KNOCKBACK
static Attribute
ATTACK_SPEED
static Attribute
FLYING_SPEED
static Attribute
FOLLOW_RANGE
static Attribute
JUMP_STRENGTH
static Attribute
KNOCKBACK_RESISTANCE
static Attribute
LUCK
static Attribute
MAX_HEALTH
static Attribute
MOVEMENT_SPEED
static Attribute
SPAWN_REINFORCEMENTS_CHANCE
-
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Attribute
register(java.lang.String p_233831_0_, Attribute p_233831_1_)
-
-
-
Field Detail
-
MAX_HEALTH
public static final Attribute MAX_HEALTH
-
FOLLOW_RANGE
public static final Attribute FOLLOW_RANGE
-
KNOCKBACK_RESISTANCE
public static final Attribute KNOCKBACK_RESISTANCE
-
MOVEMENT_SPEED
public static final Attribute MOVEMENT_SPEED
-
FLYING_SPEED
public static final Attribute FLYING_SPEED
-
ATTACK_DAMAGE
public static final Attribute ATTACK_DAMAGE
-
ATTACK_KNOCKBACK
public static final Attribute ATTACK_KNOCKBACK
-
ATTACK_SPEED
public static final Attribute ATTACK_SPEED
-
ARMOR
public static final Attribute ARMOR
-
ARMOR_TOUGHNESS
public static final Attribute ARMOR_TOUGHNESS
-
LUCK
public static final Attribute LUCK
-
SPAWN_REINFORCEMENTS_CHANCE
public static final Attribute SPAWN_REINFORCEMENTS_CHANCE
-
JUMP_STRENGTH
public static final Attribute JUMP_STRENGTH
-
-