Uses of Interface
net.minecraft.entity.attribute.EntityAttribute
Packages that use EntityAttribute
Package
Description
-
Uses of EntityAttribute in net.minecraft
Fields in net.minecraft declared as EntityAttribute -
Uses of EntityAttribute in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type EntityAttribute -
Uses of EntityAttribute in net.minecraft.entity.attribute
Classes in net.minecraft.entity.attribute that implement EntityAttributeFields in net.minecraft.entity.attribute declared as EntityAttributeModifier and TypeFieldDescriptionprivate final EntityAttributeAbstractEntityAttribute.field_11926private final EntityAttributeEntityAttributeInstanceImpl.field_6823static final EntityAttributeEntityAttributes.GENERIC_ARMORstatic final EntityAttributeEntityAttributes.GENERIC_ARMOR_TOUGHNESSstatic final EntityAttributeEntityAttributes.GENERIC_ATTACK_DAMAGEstatic final EntityAttributeEntityAttributes.GENERIC_ATTACK_SPEEDstatic final EntityAttributeEntityAttributes.GENERIC_FOLLOW_RANGEstatic final EntityAttributeEntityAttributes.GENERIC_KNOCKBACK_RESISTANCEstatic final EntityAttributeEntityAttributes.GENERIC_LUCKstatic final EntityAttributeEntityAttributes.GENERIC_MAX_HEALTHstatic final EntityAttributeEntityAttributes.GENERIC_MOVEMENT_SPEEDFields in net.minecraft.entity.attribute with type parameters of type EntityAttributeModifier and TypeFieldDescriptionprotected final Multimap<EntityAttribute,EntityAttribute> AbstractEntityAttributeContainer.attributeHierarchyprotected final Multimap<EntityAttribute,EntityAttribute> AbstractEntityAttributeContainer.attributeHierarchyprotected final Map<EntityAttribute,EntityAttributeInstance> AbstractEntityAttributeContainer.instancesByKeyMethods in net.minecraft.entity.attribute that return EntityAttributeModifier and TypeMethodDescriptionEntityAttributeInstance.getAttribute()EntityAttributeInstanceImpl.getAttribute()AbstractEntityAttribute.getParent()EntityAttribute.getParent()Methods in net.minecraft.entity.attribute with parameters of type EntityAttributeModifier and TypeMethodDescriptionprotected abstract EntityAttributeInstanceAbstractEntityAttributeContainer.createInstance(EntityAttribute attribute) protected EntityAttributeInstanceEntityAttributeContainer.createInstance(EntityAttribute attribute) AbstractEntityAttributeContainer.get(EntityAttribute attribute) EntityAttributeContainer.get(EntityAttribute entityAttribute) AbstractEntityAttributeContainer.register(EntityAttribute attribute) EntityAttributeContainer.register(EntityAttribute attribute) Constructors in net.minecraft.entity.attribute with parameters of type EntityAttributeModifierConstructorDescriptionprotectedAbstractEntityAttribute(EntityAttribute entityAttribute, String string, double defaultValue) ClampedEntityAttribute(EntityAttribute attribute, String name, double defaultValue, double minValue, double maxValue) EntityAttributeInstanceImpl(AbstractEntityAttributeContainer abstractEntityAttributeContainer, EntityAttribute entityAttribute) -
Uses of EntityAttribute in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect with type parameters of type EntityAttributeModifier and TypeFieldDescriptionprivate final Map<EntityAttribute,AttributeModifier> StatusEffect.attributeModifiersMethods in net.minecraft.entity.effect that return types with arguments of type EntityAttributeMethods in net.minecraft.entity.effect with parameters of type EntityAttributeModifier and TypeMethodDescriptionStatusEffect.addAttribute(EntityAttribute entityAttribute, String string, double double2, int int2) -
Uses of EntityAttribute in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as EntityAttributeModifier and TypeFieldDescriptionprotected static final EntityAttributeZombieEntity.REINFORCEMENTS_ATTRIBUTE