类 WeatherEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.weather.WeatherEvent
直接已知子类:
LightningStrikeEvent, ThunderChangeEvent, WeatherChangeEvent

public abstract class WeatherEvent extends Event
和天气有关的事件
  • 字段详细资料

    • world

      protected World world
  • 构造器详细资料

  • 方法详细资料

    • getWorld

      @NotNull public final @NotNull World getWorld()
      返回发生此次天气事件所在的世界.

      原文: Returns the World where this event is occurring

      返回:
      天气事件所在的世界