Interface CEnchantMatter
-
- All Implemented Interfaces:
-
io.github.sakaki_aruka.customcrafter.matter.CMatter
public interface CEnchantMatter implements CMatter
This interface's implementing types will be subject to checks regarding enchantments when used as materials.
This type includes enchantComponents what is a Set of CEnchantComponent.
-
-
Method Summary
Modifier and Type Method Description abstract Set<CEnchantComponent>getEnchantComponents()-
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
-
getEnchantComponents
abstract Set<CEnchantComponent> getEnchantComponents()
-
-
-
-