Interface EntityController

All Known Implementing Classes:
AbstractEntityController

public interface EntityController
  • Method Details

    • create

      void create(Location at, NPC npc)
    • die

      void die()
    • getBukkitEntity

      Entity getBukkitEntity()
    • remove

      void remove()
    • spawn

      boolean spawn(Location at)