Interface CEnchantmentStoreMatter
-
- All Implemented Interfaces:
-
io.github.sakaki_aruka.customcrafter.matter.CMatter
public interface CEnchantmentStoreMatter implements CMatter
This interface's implementing types will be subject to checks for available enchantments when used as materials.
-
-
Method Summary
Modifier and Type Method Description abstract Set<CEnchantComponent>getStoredEnchantComponents()-
Methods inherited from class io.github.sakaki_aruka.customcrafter.matter.CMatter
firstFailedPredicate, getAmount, getAnyAmount, getCandidate, getName, getPredicates, hasPredicates, isValidMatter, predicatesResult -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStoredEnchantComponents
abstract Set<CEnchantComponent> getStoredEnchantComponents()
-
-
-
-