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 DropRateModifier
HeadRollEvent. getCustomModifier(String yourPluginName, String modifierName)
Gets a custom (plugin-added) modifier to the head-roll event.DropRateModifier
HeadRollEvent. getCustomModifier(Plugin yourPlugin, String modifierName)
Gets a custom (plugin-added) modifier to the head-roll event.DropRateModifier
HeadRollEvent. 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 void
HeadRollEvent. setCustomModifier(Plugin yourPlugin, String modifierName, DropRateModifier modifierValue)
Add or change a note about your custom modifier to the head-roll event.void
HeadRollEvent. setCustomModifier(Plugin yourPlugin, String modifierName, DropRateModifier modifierValue, boolean recalculateSuccess)
Add or change a note about your custom modifier to the head-roll event.void
HeadRollEvent. 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 void
HeadRollEvent. setModifiers(Map<String,DropRateModifier> entries)
Deprecated.using this method to modify existing modifiers should be avoided - use setCustomModifier to note new ones.
-