Package net.minecraft.entity.attribute
Class EntityAttributes
java.lang.Object
net.minecraft.entity.attribute.EntityAttributes
public class EntityAttributes extends Object
-
Field Summary
Fields Modifier and Type Field Description static EntityAttributeGENERIC_ARMORstatic EntityAttributeGENERIC_ARMOR_TOUGHNESSstatic EntityAttributeGENERIC_ATTACK_DAMAGEstatic EntityAttributeGENERIC_ATTACK_KNOCKBACKstatic EntityAttributeGENERIC_ATTACK_SPEEDstatic EntityAttributeGENERIC_FLYING_SPEEDstatic EntityAttributeGENERIC_FOLLOW_RANGEstatic EntityAttributeGENERIC_KNOCKBACK_RESISTANCEstatic EntityAttributeGENERIC_LUCKstatic EntityAttributeGENERIC_MAX_HEALTHstatic EntityAttributeGENERIC_MOVEMENT_SPEEDstatic EntityAttributeHORSE_JUMP_STRENGTHstatic EntityAttributeZOMBIE_SPAWN_REINFORCEMENTS -
Constructor Summary
Constructors Constructor Description EntityAttributes() -
Method Summary
Modifier and Type Method Description private static EntityAttributeregister(String id, EntityAttribute attribute)
-
Field Details
-
GENERIC_MAX_HEALTH
-
GENERIC_FOLLOW_RANGE
-
GENERIC_KNOCKBACK_RESISTANCE
-
GENERIC_MOVEMENT_SPEED
-
GENERIC_FLYING_SPEED
-
GENERIC_ATTACK_DAMAGE
-
GENERIC_ATTACK_KNOCKBACK
-
GENERIC_ATTACK_SPEED
-
GENERIC_ARMOR
-
GENERIC_ARMOR_TOUGHNESS
-
GENERIC_LUCK
-
ZOMBIE_SPAWN_REINFORCEMENTS
-
HORSE_JUMP_STRENGTH
-
-
Constructor Details
-
EntityAttributes
public EntityAttributes()
-
-
Method Details
-
register
-