#782: ThrownPotion now extends ThrowableProjectile

By: Martoph <sager1018@gmail.com>
This commit is contained in:
Bukkit/Spigot 2022-08-17 19:51:55 +10:00
parent 3a4c583278
commit f59a848387

View File

@ -8,7 +8,7 @@ import org.jetbrains.annotations.NotNull;
/**
* Represents a thrown potion bottle
*/
public interface ThrownPotion extends Projectile {
public interface ThrownPotion extends ThrowableProjectile {
/**
* Returns the effects that are applied by this potion.