Uses of Class
net.kyori.adventure.util.Index
Packages that use Index
Package
Description
Boss bars.
Data for controlling sound playback.
Events that occur when players interact with components.
Formats which may be applied to components.
MiniMessage, a friendly text format for representing chat components.
Miscellaneous utilities.
-
Uses of Index in net.kyori.adventure.bossbar
Fields in net.kyori.adventure.bossbar declared as IndexModifier and TypeFieldDescriptionstatic final Index<String, BossBar.Color> BossBar.Color.NAMESThe name map.static final Index<String, BossBar.Flag> BossBar.Flag.NAMESThe name map.static final Index<String, BossBar.Overlay> BossBar.Overlay.NAMESThe name map. -
Uses of Index in net.kyori.adventure.sound
Fields in net.kyori.adventure.sound declared as IndexModifier and TypeFieldDescriptionstatic final Index<String, Sound.Source> Sound.Source.NAMESThe name map. -
Uses of Index in net.kyori.adventure.text.event
Fields in net.kyori.adventure.text.event declared as IndexModifier and TypeFieldDescriptionstatic final Index<String, ClickEvent.Action<?>> ClickEvent.Action.NAMESThe name map.static final Index<String, HoverEvent.Action<?>> HoverEvent.Action.NAMESThe name map. -
Uses of Index in net.kyori.adventure.text.format
Fields in net.kyori.adventure.text.format declared as IndexModifier and TypeFieldDescriptionstatic final Index<String, NamedTextColor> NamedTextColor.NAMESAn index of name to color.static final Index<String, TextDecoration> TextDecoration.NAMESThe name map. -
Uses of Index in net.kyori.adventure.text.minimessage
Fields in net.kyori.adventure.text.minimessage declared as IndexModifier and TypeFieldDescriptionstatic final Index<String, MiniMessage.Preset> MiniMessage.Preset.NAMESThe name map. -
Uses of Index in net.kyori.adventure.util
Methods in net.kyori.adventure.util that return Index