mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:41:27 +01:00
#1097: CraftThrownPotion now extends CraftThrowableProjectile
By: Martoph <sager1018@gmail.com>
This commit is contained in:
parent
75dd67a23b
commit
1169e7473c
@ -15,7 +15,7 @@ import org.bukkit.entity.ThrownPotion;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.potion.PotionEffect;
|
||||
|
||||
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion {
|
||||
public class CraftThrownPotion extends CraftThrowableProjectile implements ThrownPotion {
|
||||
public CraftThrownPotion(CraftServer server, EntityPotion entity) {
|
||||
super(server, entity);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user