mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
#782: ThrownPotion now extends ThrowableProjectile
By: Martoph <sager1018@gmail.com>
This commit is contained in:
parent
3a4c583278
commit
f59a848387
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user