程序包 org.bukkit
类 World.Spigot
java.lang.Object
org.bukkit.World.Spigot
- 封闭接口:
- World
- 
构造器概要构造器
- 
方法概要修饰符和类型方法说明strikeLightning(@NotNull Location loc, boolean isSilent) 已过时。sound is now client side and cannot be removedstrikeLightningEffect(@NotNull Location loc, boolean isSilent) 已过时。sound is now client side and cannot be removed
- 
构造器详细资料- 
Spigotpublic Spigot()
 
- 
- 
方法详细资料- 
strikeLightning@NotNull @Deprecated(since="1.20.4") public @NotNull LightningStrike strikeLightning(@NotNull @NotNull Location loc, boolean isSilent) 已过时。sound is now client side and cannot be removedStrikes lightning at the givenLocationand possibly without sound- 参数:
- loc- The location to strike lightning
- isSilent- Whether this strike makes no sound
- 返回:
- The lightning entity.
- 另请参阅:
 
- 
strikeLightningEffect@NotNull @Deprecated(since="1.20.4") public @NotNull LightningStrike strikeLightningEffect(@NotNull @NotNull Location loc, boolean isSilent) 已过时。sound is now client side and cannot be removedStrikes lightning at the givenLocationwithout doing damage and possibly without sound- 参数:
- loc- The location to strike lightning
- isSilent- Whether this strike makes no sound
- 返回:
- The lightning entity.
- 另请参阅:
 
 
-