- RADICAL_TWO_OVER_TWO - Static variable in class com.bermudalocket.smartmobs.Util
-
Holds the constant sqrt(2)/2.
- rainbow - Static variable in class com.bermudalocket.smartmobs.Commands
-
Stores the rainbow (ROYGBIV) for colorizing results.
- random(int, int) - Static method in class com.bermudalocket.smartmobs.Util
-
Generates a random integer between min and max.
- random(double, double) - Static method in class com.bermudalocket.smartmobs.Util
-
Generates a random double between min and max.
- Randomizable - Class in com.bermudalocket.smartmobs.attack.module
-
- Randomizable() - Constructor for class com.bermudalocket.smartmobs.attack.module.Randomizable
-
- randomize(Zone) - Method in class com.bermudalocket.smartmobs.attack.module.Randomizable
-
- register(AbstractSpecialAttack) - Static method in class com.bermudalocket.smartmobs.attack.SpecialAttackRegistry
-
- Reinforceable - Class in com.bermudalocket.smartmobs.attack.module
-
- Reinforceable() - Constructor for class com.bermudalocket.smartmobs.attack.module.Reinforceable
-
- reload(boolean) - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads the configuration.
- reloadAttacks() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads customized attack preferences from the serialized data.
- reloadExemptions() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads the WorldGuard exemption regions from the serialized data.
- reloadReplacements() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads per-zone mob replacements from the serialized data.
- reloadStatistics() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads serialized statistics data.
- reloadTopLevel() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Reloads the list of managed worlds from config.yml.
- reloadZones() - Static method in class com.bermudalocket.smartmobs.Configuration
-
Deserializes all zones from zones.txt in JavaPlugin.getDataFolder()
.
- reloadZones(Set<Zone>) - Static method in class com.bermudalocket.smartmobs.ZoneHandler
-
Replace the current zone set with a new one.
- remove(Zone, String) - Method in class com.bermudalocket.smartmobs.attack.module.Itemizable
-
- removeCustomDrop(EntityType, ItemStack) - Method in class com.bermudalocket.smartmobs.Zone
-
Removes an entity type's custom drop in this zone.
- removeReplacement(Zone, EntityType) - Static method in class com.bermudalocket.smartmobs.ReplacementHandler
-
Remove a particular replacement from a particular zone.
- removeReplacements(Zone) - Static method in class com.bermudalocket.smartmobs.ReplacementHandler
-
Remove all replacements for a particular zone.
- removeWorldGuardExemption(String) - Static method in class com.bermudalocket.smartmobs.ExemptionHandler
-
Removes an existing exemption.
- removeZone(Zone) - Static method in class com.bermudalocket.smartmobs.ZoneHandler
-
Removes a zone.
- renderFlamethrower(Entity, Entity, int) - Method in class com.bermudalocket.smartmobs.attack.Flamethrower
-
- Replacement - Class in com.bermudalocket.smartmobs.util
-
An abstract per-zone mob replacement.
- Replacement(EntityType, EntityType, double) - Constructor for class com.bermudalocket.smartmobs.util.Replacement
-
Constructor.
- ReplacementHandler - Class in com.bermudalocket.smartmobs
-
Manages per-zone mob replacements.
- ReplacementHandler() - Constructor for class com.bermudalocket.smartmobs.ReplacementHandler
-
Constructor.
- REPLACEMENTS - Static variable in class com.bermudalocket.smartmobs.ReplacementHandler
-
A mapping from each
Zone
to a set of per-zone replacements.
- REPLACEMENTS_FILE - Static variable in class com.bermudalocket.smartmobs.Configuration
-
Convenience reference to the per-zone mob replacement data file.
- Resurrection - Class in com.bermudalocket.smartmobs.attack
-
Resurrection.
- Resurrection() - Constructor for class com.bermudalocket.smartmobs.attack.Resurrection
-