7 lines
141 B
Java
7 lines
141 B
Java
package org.bukkit.entity;
|
|
|
|
/**
|
|
* Represents a thrown lingering potion bottle
|
|
*/
|
|
public interface LingeringPotion extends ThrownPotion { }
|