Files
Paper/paper-api/src/main/java/org/bukkit/entity/SplashPotion.java
2024-11-25 07:52:33 +11:00

10 lines
231 B
Java

package org.bukkit.entity;
/**
* Represents a thrown splash potion bottle
*
* @deprecated splash status depends on only on the potion item.
*/
@Deprecated(since = "1.14")
public interface SplashPotion extends ThrownPotion { }