Here you can find the source of containsEnchantment(String enchantments, List
public static boolean containsEnchantment(String enchantments, List<String> enchList)
//package com.java2s; //License from project: Open Source License import java.util.List; public class Main { public static boolean containsEnchantment(String enchantments, List<String> enchList) { return false; }//from w w w. j av a 2s . com }