Uses of Interface
org.bukkit.advancement.Advancement
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to advancements.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Advancement in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry<Advancement>
Registry.ADVANCEMENT
Server advancements.Modifier and TypeMethodDescriptionstatic Advancement
Bukkit.getAdvancement
(NamespacedKey key) Get the advancement specified by this key.Server.getAdvancement
(NamespacedKey key) Get the advancement specified by this key.UnsafeValues.loadAdvancement
(NamespacedKey key, String advancement) Deprecated.Load an advancement represented by the specified string into the server.Modifier and TypeMethodDescriptionstatic Iterator<Advancement>
Bukkit.advancementIterator()
Get an iterator through all advancements.Server.advancementIterator()
Get an iterator through all advancements. -
Uses of Advancement in org.bukkit.advancement
Modifier and TypeMethodDescriptionAdvancementProgress.getAdvancement()
The advancement this progress is concerning. -
Uses of Advancement in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.getAdvancementProgress
(Advancement advancement) Return the player's progression on the specified advancement. -
Uses of Advancement in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerAdvancementDoneEvent.getAdvancement()
Get the advancement which has been completed.