Class EntityAttributes
java.lang.Object
me.shedaniel.architectury.registry.entity.EntityAttributes
-
Method Summary
-
Method Details
-
register
public static void register(Supplier<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
-