mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
#782: ThrownPotion now extends ThrowableProjectile
This commit is contained in:
parent
474238cae9
commit
0b32cbaabe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue