@Override public final IIcon getIcon(EnumBeeType type, int renderPass) { return icons[type.ordinal()][renderPass]; }
public final ItemStack getBeeItem(World world, EnumBeeType type) { return beeRoot.getMemberStack( beeRoot.getBee(world, beeRoot.templateAsGenome(template)), type.ordinal()); }