Skip to content

Latest commit

 

History

History
116 lines (116 loc) · 5.42 KB

cn.nukkit.event.entity.CreatureSpawnEvent.md

File metadata and controls

116 lines (116 loc) · 5.42 KB
    • Nested Class Summary

      Nested Classes 
      修饰符和类 Class and Description
      static class  CreatureSpawnEvent.SpawnReason
      An enum to specify the type of spawning
  • 成员变量一览

    • 继承自类 cn.nukkit.event.Event

      eventName
  • 构造函数一览

    构造函数 
    构造函数描述
    CreatureSpawnEvent(int networkId, Position position, CompoundTag nbt, CreatureSpawnEvent.SpawnReason reason) 
  • 成员函数一览

    All Methods Static Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    CompoundTag getCompoundTag() 
    int getEntityNetworkId() 
    static HandlerList getHandlers() 
    Position getPosition() 
    CreatureSpawnEvent.SpawnReason getReason() 
    • 继承自类 cn.nukkit.event.Event

      getEventName, isCancelled, setCancelled, setCancelled
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 继承自接口 cn.nukkit.event.Cancellable

      isCancelled, setCancelled, setCancelled