Add ability to modify ThrownPotion properties. Adds BUKKIT-3197

This commit is contained in:
Olof Larsson
2012-12-17 09:45:30 +01:00
committed by GJ
parent 2c5b2a8f6f
commit abee107830
2 changed files with 24 additions and 8 deletions

View File

@@ -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);