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

9 lines
212 B
Java

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