Uses of Class
org.shininet.bukkit.playerheads.events.modifiers.DropRateModifier
-
Packages that use DropRateModifier Package Description org.shininet.bukkit.playerheads.events Defines events created by the PlayerHeads plugin, including beheadings. -
-
Uses of DropRateModifier in org.shininet.bukkit.playerheads.events
Methods in org.shininet.bukkit.playerheads.events that return DropRateModifier Modifier and Type Method Description DropRateModifierHeadRollEvent. getCustomModifier(String yourPluginName, String modifierName)Gets a custom (plugin-added) modifier to the head-roll event.DropRateModifierHeadRollEvent. getCustomModifier(Plugin yourPlugin, String modifierName)Gets a custom (plugin-added) modifier to the head-roll event.DropRateModifierHeadRollEvent. getModifier(String modifierName)Retrieve the value of a modifier of the effective droprate.Methods in org.shininet.bukkit.playerheads.events that return types with arguments of type DropRateModifier Modifier and Type Method Description Map<String,DropRateModifier>HeadRollEvent. getModifiers()Gets the list of modifiers to the effective droprate.Methods in org.shininet.bukkit.playerheads.events with parameters of type DropRateModifier Modifier and Type Method Description voidHeadRollEvent. setCustomModifier(Plugin yourPlugin, String modifierName, DropRateModifier modifierValue)Add or change a note about your custom modifier to the head-roll event.voidHeadRollEvent. setCustomModifier(Plugin yourPlugin, String modifierName, DropRateModifier modifierValue, boolean recalculateSuccess)Add or change a note about your custom modifier to the head-roll event.voidHeadRollEvent. setModifier(String modifierName, DropRateModifier value)Deprecated.using this method to modify existing modifiers should be avoided - use setCustomModifier to note new ones.Method parameters in org.shininet.bukkit.playerheads.events with type arguments of type DropRateModifier Modifier and Type Method Description voidHeadRollEvent. setModifiers(Map<String,DropRateModifier> entries)Deprecated.using this method to modify existing modifiers should be avoided - use setCustomModifier to note new ones.
-