mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
#782: ThrownPotion now extends ThrowableProjectile
By: Martoph <sager1018@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
/**
|
/**
|
||||||
* Represents a thrown potion bottle
|
* Represents a thrown potion bottle
|
||||||
*/
|
*/
|
||||||
public interface ThrownPotion extends Projectile {
|
public interface ThrownPotion extends ThrowableProjectile {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the effects that are applied by this potion.
|
* Returns the effects that are applied by this potion.
|
||||||
|
Reference in New Issue
Block a user