类 SpawnChangeEvent


public class SpawnChangeEvent extends WorldEvent
一个在世界的出生点被改变时调用的事件.包含这个世界之前的出生点.
  • 构造器详细资料

    • SpawnChangeEvent

      public SpawnChangeEvent(World world, Location previousLocation)
  • 方法详细资料

    • getPreviousLocation

      public Location getPreviousLocation()
      获取之前的出生点位置.

      原文: Gets the previous spawn location

      返回:
      用于出生点的位置
    • getHandlers

      public HandlerList getHandlers()
      指定者:
      getHandlers 在类中 Event
    • getHandlerList

      public static HandlerList getHandlerList()