Add ability to modify ThrownPotion properties. Adds BUKKIT-3197
This commit is contained in:
@@ -12,7 +12,7 @@ import org.bukkit.entity.LivingEntity;
|
||||
|
||||
public class EntityPotion extends EntityProjectile {
|
||||
|
||||
private ItemStack c;
|
||||
public ItemStack c; // CraftBukkit private --> public
|
||||
|
||||
public EntityPotion(World world) {
|
||||
super(world);
|
||||
|
||||
Reference in New Issue
Block a user