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

10 lines
242 B
Java

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