Interface BrewingXpSource
- All Superinterfaces:
XpSource
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ItemFilter
Gets the valid ingredients of the source.@NotNull BrewingXpSource.BrewTriggers
Gets an array of triggers of the source.Methods inherited from interface dev.aurelium.auraskills.api.source.XpSource
getDisplayName, getId, getType, getUnitName, getXp, isVersionValid, name
-
Method Details
-
getIngredients
Gets the valid ingredients of the source.- Returns:
- The ingredients
-
getTrigger
Gets an array of triggers of the source.- Returns:
- The triggers
-