Interface CPotionMatter
-
- All Implemented Interfaces:
-
io.github.sakaki_aruka.customcrafter.matter.CMatter
public interface CPotionMatter implements CMatter
This interface's implementing types will be subject to checks regarding potion effects when used as materials.
-
-
Method Summary
Modifier and Type Method Description abstract Set<CPotionComponent>getPotionComponents()-
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
-
getPotionComponents
abstract Set<CPotionComponent> getPotionComponents()
-
-
-
-