- AbstractModule - Class in com.bermudalocket.smartmobs.attack.module
-
Essentially a tag for modules.
- AbstractModule(ModuleType) - Constructor for class com.bermudalocket.smartmobs.attack.module.AbstractModule
-
- AbstractSpecialAttack - Class in com.bermudalocket.smartmobs.attack
-
Represents an abstract special attack.
- AbstractSpecialAttack(String, Class<? extends Event>, AbstractModule...) - Constructor for class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
Constructor.
- add(Zone, String) - Method in class com.bermudalocket.smartmobs.attack.module.Itemizable
-
- addCustomDrop(EntityType, ItemStack) - Method in class com.bermudalocket.smartmobs.Zone
-
Adds a custom drop to this zone for an entity type.
- addReplacement(Zone, EntityType, EntityType, double) - Static method in class com.bermudalocket.smartmobs.ReplacementHandler
-
Adds a replacement.
- addWorldGuardExemption(String) - Static method in class com.bermudalocket.smartmobs.ExemptionHandler
-
Adds a new exemption.
- addZone(Zone) - Static method in class com.bermudalocket.smartmobs.ZoneHandler
-
Adds a zone.
- ADMINS - Static variable in class com.bermudalocket.smartmobs.ReplacementHandler
-
A set containing the names of all administrators.
- applyModifier(LivingEntity, Attribute, AttributeModifier) - Static method in class com.bermudalocket.smartmobs.Util
-
Applies a given attribute modifier to the entity's attribute.
- ATTACK_SET - Static variable in class com.bermudalocket.smartmobs.attack.SpecialAttackRegistry
-
- ATTACKS_FILE - Static variable in class com.bermudalocket.smartmobs.Configuration
-
Convenience reference to the attack data file.
- AttributeAliases(Attribute) - Constructor for enum com.bermudalocket.smartmobs.Commands.AttributeAliases
-