Uses of Class
studio.magemonkey.codex.legacy.item.PotionDataBuilder
Packages that use PotionDataBuilder
-
Uses of PotionDataBuilder in studio.magemonkey.codex.legacy.item
Methods in studio.magemonkey.codex.legacy.item that return PotionDataBuilderModifier and TypeMethodDescriptionPotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, byte power) PotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, byte power, int time) PotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, byte power, int time, boolean ambient) PotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, int time) PotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, int power, int time) PotionDataBuilder.add(org.bukkit.potion.PotionEffectType type, int power, int time, boolean ambient) PotionDataBuilder.clear()PotionDataBuilder.main(org.bukkit.potion.PotionEffectType type) PotionDataBuilder.potions(Map<org.bukkit.potion.PotionEffectType, PotionDataBuilder.PotionData> potions) PotionDataBuilder.remove(org.bukkit.potion.PotionEffectType type) static PotionDataBuilderPotionDataBuilder.start()PotionDataBuilder.use(org.bukkit.inventory.meta.ItemMeta itemMeta)