Uses of Enum Class
io.papermc.paper.advancement.AdvancementDisplay.Frame
Packages that use 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
Fields in io.papermc.paper.advancement with type parameters of type AdvancementDisplay.FrameModifier and TypeFieldDescriptionstatic final Index<String, AdvancementDisplay.Frame> AdvancementDisplay.Frame.NAMESThe name map.Methods in io.papermc.paper.advancement that return AdvancementDisplay.FrameModifier and TypeMethodDescriptionAdvancementDisplay.frame()Gets theAdvancementDisplay.Frame.static AdvancementDisplay.FrameReturns 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
Methods in moe.caramel.daydream.advancement with parameters of type AdvancementDisplay.FrameModifier 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
Methods in org.bukkit.entity with parameters of type AdvancementDisplay.FrameModifier and TypeMethodDescriptionvoidPlayer.sendAdvancementAlert(ItemStack item, Component title, AdvancementDisplay.Frame frame) 플레이어에게 발전 과제 알림을 전송합니다.