Files
Paper/paper-api/src/main/java/org/bukkit/entity/SplashPotion.java
2019-04-23 12:00:00 +10:00

10 lines
215 B
Java

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