Uses of Class
net.minecraft.world.entity.ai.attributes.AttributeSupplier
Packages that use AttributeSupplier
Package
Description
-
Uses of AttributeSupplier in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes declared as AttributeSupplierFields in net.minecraft.world.entity.ai.attributes with type parameters of type AttributeSupplierModifier and TypeFieldDescriptionprivate static final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> DefaultAttributes.SUPPLIERS
Methods in net.minecraft.world.entity.ai.attributes that return AttributeSupplierModifier and TypeMethodDescriptionAttributeSupplier.Builder.build()
static AttributeSupplier
DefaultAttributes.getSupplier
(EntityType<? extends LivingEntity> p_22298_) Constructors in net.minecraft.world.entity.ai.attributes with parameters of type AttributeSupplierModifierConstructorDescriptionAttributeMap
(AttributeSupplier p_22144_) Builder
(AttributeSupplier attributeMap) -
Uses of AttributeSupplier in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type AttributeSupplierModifier and TypeFieldDescriptionprivate static final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> CommonHooks.FORGE_ATTRIBUTES
Methods in net.neoforged.neoforge.common that return types with arguments of type AttributeSupplierModifier and TypeMethodDescriptionstatic Map
<EntityType<? extends LivingEntity>, AttributeSupplier> CommonHooks.getAttributesView()
Deprecated. -
Uses of AttributeSupplier in net.neoforged.neoforge.event.entity
Fields in net.neoforged.neoforge.event.entity with type parameters of type AttributeSupplierModifier and TypeFieldDescriptionprivate final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> EntityAttributeCreationEvent.map
Methods in net.neoforged.neoforge.event.entity with parameters of type AttributeSupplierModifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put
(EntityType<? extends LivingEntity> entity, AttributeSupplier map) Constructor parameters in net.neoforged.neoforge.event.entity with type arguments of type AttributeSupplierModifierConstructorDescriptionEntityAttributeCreationEvent
(Map<EntityType<? extends LivingEntity>, AttributeSupplier> map)