}
if (ci != null) {
items.add(ci);
}
}
EntitySpawnWithItemEvent eswi = new EntitySpawnWithItemEvent(
entity, items);
plugin.getServer().getPluginManager().callEvent(eswi);
if (eswi.isCancelled())
return;
for (ItemStack cis : eswi.getItems()) {
if (cis != null) {
float dropChance = 2.0F;
if (true) {
Tier tier = plugin.getDropAPI().getTier(cis);
if (tier != null)