Class EntityAttributeRegistryImpl

java.lang.Object
dev.architectury.registry.level.entity.fabric.EntityAttributeRegistryImpl

public class EntityAttributeRegistryImpl extends Object
  • Constructor Details

    • EntityAttributeRegistryImpl

      public EntityAttributeRegistryImpl()
  • 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)