public class EntityAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static EntityAttribute |
GENERIC_ARMOR |
static EntityAttribute |
GENERIC_ARMOR_TOUGHNESS |
static EntityAttribute |
GENERIC_ATTACK_DAMAGE |
static EntityAttribute |
GENERIC_ATTACK_KNOCKBACK |
static EntityAttribute |
GENERIC_ATTACK_SPEED |
static EntityAttribute |
GENERIC_FLYING_SPEED |
static EntityAttribute |
GENERIC_FOLLOW_RANGE |
static EntityAttribute |
GENERIC_KNOCKBACK_RESISTANCE |
static EntityAttribute |
GENERIC_LUCK |
static EntityAttribute |
GENERIC_MAX_HEALTH |
static EntityAttribute |
GENERIC_MOVEMENT_SPEED |
static EntityAttribute |
HORSE_JUMP_STRENGTH |
static EntityAttribute |
ZOMBIE_SPAWN_REINFORCEMENTS |
Constructor and Description |
---|
EntityAttributes() |
Modifier and Type | Method and Description |
---|---|
private static EntityAttribute |
register(String id,
EntityAttribute attribute) |
public static final EntityAttribute GENERIC_MAX_HEALTH
public static final EntityAttribute GENERIC_FOLLOW_RANGE
public static final EntityAttribute GENERIC_KNOCKBACK_RESISTANCE
public static final EntityAttribute GENERIC_MOVEMENT_SPEED
public static final EntityAttribute GENERIC_FLYING_SPEED
public static final EntityAttribute GENERIC_ATTACK_DAMAGE
public static final EntityAttribute GENERIC_ATTACK_KNOCKBACK
public static final EntityAttribute GENERIC_ATTACK_SPEED
public static final EntityAttribute GENERIC_ARMOR
public static final EntityAttribute GENERIC_ARMOR_TOUGHNESS
public static final EntityAttribute GENERIC_LUCK
public static final EntityAttribute ZOMBIE_SPAWN_REINFORCEMENTS
public static final EntityAttribute HORSE_JUMP_STRENGTH
private static EntityAttribute register(String id, EntityAttribute attribute)