Class EntityAttributesImpl

java.lang.Object
me.shedaniel.architectury.registry.entity.forge.EntityAttributesImpl

public class EntityAttributesImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    event(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntityAttributesImpl

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

      public static void event(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)