Package | Description |
---|---|
com.destroystokyo.paper.event.player | |
org.bukkit |
More generalized classes in the API.
|
org.bukkit.advancement | |
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.player |
Modifier and Type | Method and Description |
---|---|
Advancement |
PlayerAdvancementCriterionGrantEvent.getAdvancement()
Get the advancement which has been affected.
|
Constructor and Description |
---|
PlayerAdvancementCriterionGrantEvent(Player who,
Advancement advancement,
String criterion) |
Modifier and Type | Method and Description |
---|---|
static Advancement |
Bukkit.getAdvancement(NamespacedKey key)
Get the advancement specified by this key.
|
Advancement |
Server.getAdvancement(NamespacedKey key)
Get the advancement specified by this key.
|
Advancement |
UnsafeValues.loadAdvancement(NamespacedKey key,
String advancement)
Deprecated.
Load an advancement represented by the specified string into the server.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<Advancement> |
Bukkit.advancementIterator()
Get an iterator through all advancements.
|
Iterator<Advancement> |
Server.advancementIterator()
Get an iterator through all advancements.
|
Modifier and Type | Method and Description |
---|---|
Advancement |
AdvancementProgress.getAdvancement()
The advancement this progress is concerning.
|
Modifier and Type | Method and Description |
---|---|
AdvancementProgress |
Player.getAdvancementProgress(Advancement advancement)
Return the player's progression on the specified advancement.
|
Modifier and Type | Method and Description |
---|---|
Advancement |
PlayerAdvancementDoneEvent.getAdvancement()
Get the advancement which has been completed.
|
Constructor and Description |
---|
PlayerAdvancementDoneEvent(Player who,
Advancement advancement) |
Copyright © 2021. All rights reserved.