X = parseDouble(sender, split[0], sender.posX);
Y = parseDouble(sender, split[1], sender.posY);
Z = parseDouble(sender, split[2], sender.posZ);
}
}
AxisAlignedBB pool = AxisAlignedBB.getBoundingBox(X - radius, Y - radius, Z - radius, X + radius + 1, Y + radius + 1, Z + radius + 1);
TaskRegistry.registerTask(new CommandButcherTickTask(sender, mobType, pool, radius, sender.dimension));
}