- DATA_FOLDER_PATH - Static variable in class com.bermudalocket.smartmobs.Configuration
-
Convenience field storing the path to this plugin's data folder.
- DEATH_MSG_COLOR - Static variable in class com.bermudalocket.smartmobs.Configuration
-
The configurable color applied to all death messages.
- DEATHS_PER_PLAYER - Static variable in class com.bermudalocket.smartmobs.Statistics
-
- DEATHS_PER_ZONE - Static variable in class com.bermudalocket.smartmobs.Statistics
-
- DEFAULT - Static variable in class com.bermudalocket.smartmobs.attack.module.Randomizable
-
- deserialize(ConfigurationSection) - Method in class com.bermudalocket.smartmobs.attack.module.AbstractModule
-
- deserialize(ConfigurationSection) - Method in class com.bermudalocket.smartmobs.attack.module.Itemizable
-
- deserialize(ConfigurationSection) - Method in class com.bermudalocket.smartmobs.attack.module.Randomizable
-
- deserialize(ConfigurationSection) - Method in class com.bermudalocket.smartmobs.attack.module.Reinforceable
-
- deserialize(ConfigurationSection) - Static method in class com.bermudalocket.smartmobs.Statistics
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
A method to implement all of the logic behind the attack, i.e.
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.Bloat
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.Chemistry
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.EnderDance
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.Flamethrower
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.Greneggs
-
- doAttack(Event) - Method in class com.bermudalocket.smartmobs.attack.Resurrection
-
- doExplosion(Location) - Method in class com.bermudalocket.smartmobs.attack.Bloat
-
Creates a large but harmless explosion at the given location.
- doExplosion(Location) - Method in class com.bermudalocket.smartmobs.attack.Chemistry
-
- dynamicallyRegisterEvent(Class<? extends Event>) - Method in class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
Dynamically registers this class as a listener for the Event
class defined during construction.