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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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