Class EntityAttributeRegistry
java.lang.Object
dev.architectury.registry.level.entity.EntityAttributeRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.LivingEntity>> type, Supplier<net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder> attribute) Registers default attributes to entities.
-
Method Details
-
register
public static void register(Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.LivingEntity>> type, Supplier<net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder> attribute) Registers default attributes to entities.- Parameters:
type
- the type of entityattribute
- the attributes to register- See Also:
-
DefaultAttributes
-