Class EntityRegistry

java.lang.Object
net.trique.wardentools.registry.EntityRegistry

public class EntityRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.entity.EntityType<?>>
     
    static net.trique.wardentools.registration.RegistryObject<net.minecraft.world.entity.EntityType<?>,net.minecraft.world.entity.EntityType<SculkArrowEntity>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

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

    • ENTITY_TYPE

      protected static net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.entity.EntityType<?>> ENTITY_TYPE
    • SCULK_ARROW

      public static net.trique.wardentools.registration.RegistryObject<net.minecraft.world.entity.EntityType<?>,net.minecraft.world.entity.EntityType<SculkArrowEntity>> SCULK_ARROW
  • Constructor Details

    • EntityRegistry

      public EntityRegistry()
  • Method Details

    • init

      public static void init()