@ -86,6 +86,16 @@ public interface LightningStrike extends Entity {
|
||||
// Spigot start
|
||||
public class Spigot extends Entity.Spigot {
|
||||
|
||||
/**
|
||||
* Returns whether the strike is silent.
|
||||
*
|
||||
* @return whether the strike is silent.
|
||||
* @deprecated sound is now client side and cannot be removed
|
||||
*/
|
||||
@Deprecated(since = "1.20.4")
|
||||
public boolean isSilent() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user