Package org.bukkit.advancement
Interface Advancement
-
Method Summary
Modifier and TypeMethodDescriptionGet all the criteria present in this advancement.Returns the display information for this advancement.
-
Method Details
-
getCriteria
Get all the criteria present in this advancement.- Returns:
- a unmodifiable copy of all criteria
-
getDisplay
Returns the display information for this advancement. This includes it's name, description and other visible tags.- Returns:
- a AdvancementDisplay object, or null if not set.
-