Uses of Class
net.minecraft.world.entity.ai.attributes.AttributeSupplier
Package
Description
-
Uses of AttributeSupplier in net.minecraft.world.entity.ai.attributes
Modifier and TypeFieldDescriptionprivate static Map<EntityType<? extends LivingEntity>,AttributeSupplier>
DefaultAttributes.SUPPLIERS
Modifier and TypeMethodDescriptionAttributeSupplier.Builder.build()
static AttributeSupplier
DefaultAttributes.getSupplier(EntityType<? extends LivingEntity> p_22298_)
ModifierConstructorDescriptionAttributeMap(AttributeSupplier p_22144_)
Builder(AttributeSupplier attributeMap)
-
Uses of AttributeSupplier in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static Map<EntityType<? extends LivingEntity>,AttributeSupplier>
ForgeHooks.FORGE_ATTRIBUTES
Modifier and TypeMethodDescriptionstatic Map<EntityType<? extends LivingEntity>,AttributeSupplier>
ForgeHooks.getAttributesView()
Deprecated. -
Uses of AttributeSupplier in net.minecraftforge.event.entity
Modifier and TypeFieldDescriptionprivate Map<EntityType<? extends LivingEntity>,AttributeSupplier>
EntityAttributeCreationEvent.map
Modifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put(EntityType<? extends LivingEntity> entity, AttributeSupplier map)
ModifierConstructorDescriptionEntityAttributeCreationEvent(Map<EntityType<? extends LivingEntity>,AttributeSupplier> map)