4142434445464748
public class Egg extends Substance implements Projectile { private Entity shooter; @Override public void onAttached() { setEntityProtocol(new ObjectEntityProtocol(ObjectType.EGG)); super.onAttached(); }
public class EnderPearl extends Substance implements Projectile { private Entity shooter; @Override public void onAttached() { setEntityProtocol(new ObjectEntityProtocol(ObjectType.ENDER_PEARL)); super.onAttached(); }