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 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.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type AttributeSupplierModifier and TypeFieldDescriptionprivate static Map<EntityType<? extends LivingEntity>,AttributeSupplier>
ForgeHooks.FORGE_ATTRIBUTES
Methods in net.minecraftforge.common that return types with arguments of type AttributeSupplierModifier and TypeMethodDescriptionstatic Map<EntityType<? extends LivingEntity>,AttributeSupplier>
ForgeHooks.getAttributesView()
Deprecated. -
Uses of AttributeSupplier in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity with type parameters of type AttributeSupplierModifier and TypeFieldDescriptionprivate Map<EntityType<? extends LivingEntity>,AttributeSupplier>
EntityAttributeCreationEvent.map
Methods in net.minecraftforge.event.entity with parameters of type AttributeSupplierModifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put(EntityType<? extends LivingEntity> entity, AttributeSupplier map)
Constructor parameters in net.minecraftforge.event.entity with type arguments of type AttributeSupplierModifierConstructorDescriptionEntityAttributeCreationEvent(Map<EntityType<? extends LivingEntity>,AttributeSupplier> map)