Uses of Class
me.croabeast.takion.message.AnimatedBossbar
Packages that use AnimatedBossbar
-
Uses of AnimatedBossbar in me.croabeast.takion.message
Methods in me.croabeast.takion.message that return AnimatedBossbarModifier and TypeMethodDescriptionAnimatedBossbar.addViewer(org.bukkit.entity.Player player) Adds a viewer (player) to this AnimatedBossbar.AnimatedBossbar.addViewers(Collection<? extends org.bukkit.entity.Player> players) Adds multiple viewers (players) to this AnimatedBossbar.AnimatedBossbar.removeViewer(org.bukkit.entity.Player player) Removes a viewer (player) from this AnimatedBossbar.AnimatedBossbar.removeViewers(Collection<? extends org.bukkit.entity.Player> players) Removes multiple viewers (players) from this AnimatedBossbar.Sets the BossBar colors using an array of strings.AnimatedBossbar.setColors(Collection<org.bukkit.boss.BarColor> colors) Sets the BossBar colors using a collection ofBarColor.Sets the BossBar colors using a list of strings.AnimatedBossbar.setColors(org.bukkit.boss.BarColor... colors) Sets the BossBar colors using an array ofBarColor.AnimatedBossbar.setMessages(String... messages) Updates the messages using an array of strings.AnimatedBossbar.setMessages(List<String> messages) Updates the messages used by this AnimatedBossbar.AnimatedBossbar.setProgressType(String progress) Sets the progress animation type using a string.AnimatedBossbar.setProgressType(AnimatedBossbar.Progress progress) Sets the progress animation type.AnimatedBossbar.setRandomElements(String... elements) Sets the randomized elements using an array of strings.AnimatedBossbar.setRandomElements(Collection<String> elements) Sets the elements to be randomized.AnimatedBossbar.setStaleProgress(double progress) Sets the "stale" progress value for static progress animations.Sets the BossBar styles using an array of strings.AnimatedBossbar.setStyles(Collection<org.bukkit.boss.BarStyle> styles) Sets the BossBar styles using a collection ofBarStyle.Sets the BossBar styles using a list of strings.AnimatedBossbar.setStyles(org.bukkit.boss.BarStyle... styles) Sets the BossBar styles using an array ofBarStyle.AnimatedBossbar.setSynchronizeElements(String... elements) Sets the synchronized elements using an array of strings.AnimatedBossbar.setSynchronizeElements(Collection<String> elements) Sets the elements to be synchronized.