#782: ThrownPotion now extends ThrowableProjectile

This commit is contained in:
Martoph 2022-08-17 19:51:55 +10:00 committed by md_5
parent 474238cae9
commit 0b32cbaabe
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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.