Class EntitySpawnEvent


public final class EntitySpawnEvent extends EntityEvent
author: MagicDroidX Nukkit Project
  • Constructor Details

    • EntitySpawnEvent

      public EntitySpawnEvent(Entity entity)
  • Method Details

    • getLocation

      public Location getLocation()
    • getType

      public EntityType<?> getType()
    • isCreature

      public boolean isCreature()
    • isHuman

      public boolean isHuman()
    • isProjectile

      public boolean isProjectile()
    • isVehicle

      public boolean isVehicle()
    • isItem

      public boolean isItem()