How I can check if an item has the enchantment silk touch? 16 is the silk touch enchantment id. e.getHarvester().getHeldItemMainhand().getEnchantmentTagList().getId() == 16 Thanks