Uses of Interface
moe.caramel.daydream.advancement.ProgressMap
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ProgressMap in moe.caramel.daydream.advancement
Modifier and TypeFieldDescriptionstatic final AdvancementFormat
<ProgressMap> AdvancementFormat.PROGRESS_MAP
진행도 맵Modifier and TypeMethodDescriptiondefault ProgressMap
ProgressMap.addProgress
(NamespacedKey key, int currentCount, @Nullable Instant obtainedTime) 주어진 발전 과제에 대하여 새로운 카운트 형식의 진행도를 생성하고 추가합니다.default ProgressMap
ProgressMap.addProgress
(NamespacedKey key, Map<String, CriterionProgress> criteria) 주어진 발전 과제에 대하여 새로운 진행도를 생성하고 추가합니다.ProgressMap.addProgress
(NamespacedKey key, AdvancementProgress progress) 주어진 발전 과제에 대하여 기준 진행도를 추가합니다.default ProgressMap
PlayerAdvancementData.asProgressMap()
기본 저장 위치의 현재 진행도 맵을 가져옵니다.PlayerAdvancementData.asProgressMap
(NamespacedKey section) 현재의 진행도 맵을 가져옵니다. -
Uses of ProgressMap in moe.caramel.daydream.event.player
ModifierConstructorDescriptionPlayerAdvancementSaveEvent
(Player who, NamespacedKey section, ProgressMap progress, PlayerAdvancementSaveEvent.Reason reason) -
Uses of ProgressMap in org.bukkit
Modifier and TypeMethodDescriptionUnsafeValues.newAdvancementProgressMap()
Deprecated.새로운 진행도 맵을 생성합니다.