Uses of Enum Class
io.papermc.paper.advancement.AdvancementDisplay.Frame
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of AdvancementDisplay.Frame in io.papermc.paper.advancement
Modifier and TypeFieldDescriptionstatic final Index
<String, AdvancementDisplay.Frame> AdvancementDisplay.Frame.NAMES
The name map.Modifier and TypeMethodDescriptionAdvancementDisplay.frame()
Gets theAdvancementDisplay.Frame
.static AdvancementDisplay.Frame
Returns the enum constant of this class with the specified name.static AdvancementDisplay.Frame[]
AdvancementDisplay.Frame.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AdvancementDisplay.Frame in moe.caramel.daydream.advancement
Modifier and TypeMethodDescriptionAdvancementBuilder.display
(ItemStack icon, Component title, Component description, @Nullable NamespacedKey background, AdvancementDisplay.Frame frame, boolean showToast, boolean announceChat, boolean hidden) 이 발전 과제의 디스플레이를 설정합니다.AdvancementBuilder.display
(ItemStack icon, Component title, Component description, @Nullable NamespacedKey background, AdvancementDisplay.Frame frame, float x, float y, boolean showToast, boolean announceChat, boolean hidden) 이 발전 과제의 디스플레이를 고정된 위치로 설정합니다.AdvancementBuilder.display
(Material icon, Component title, Component description, @Nullable NamespacedKey background, AdvancementDisplay.Frame frame, boolean showToast, boolean announceChat, boolean hidden) 이 발전 과제의 디스플레이를 설정합니다.AdvancementBuilder.display
(Material icon, Component title, Component description, @Nullable NamespacedKey background, AdvancementDisplay.Frame frame, float x, float y, boolean showToast, boolean announceChat, boolean hidden) 이 발전 과제의 디스플레이를 고정된 위치로 설정합니다. -
Uses of AdvancementDisplay.Frame in org.bukkit.entity
Modifier and TypeMethodDescriptionvoid
Player.sendAdvancementAlert
(@NotNull ItemStack item, Component title, AdvancementDisplay.Frame frame) 플레이어에게 발전 과제 알림을 전송합니다.