- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.Bloat
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.Chemistry
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.EnderDance
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.Flamethrower
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.Greneggs
-
- checkConditions(Event) - Method in class com.bermudalocket.smartmobs.attack.Resurrection
-
- checkDefaultConditions(EntityDamageByEntityEvent, LivingEntity, Set<EntityType>) - Static method in class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
- checkEligibility(Event) - Method in class com.bermudalocket.smartmobs.attack.AbstractSpecialAttack
-
Checks an event's eligibility to cause this attack to occcur.
- Chemistry - Class in com.bermudalocket.smartmobs.attack
-
Chemistry.
- Chemistry() - Constructor for class com.bermudalocket.smartmobs.attack.Chemistry
-
Constructor.
- clearFile(File) - Static method in class com.bermudalocket.smartmobs.Configuration
-
Utility method to clear a file.
- ClosedInterval<T> - Class in com.bermudalocket.smartmobs.util
-
An immutable abstract closed interval.
- ClosedInterval(T, T) - Constructor for class com.bermudalocket.smartmobs.util.ClosedInterval
-
Constructor.
- com.bermudalocket.smartmobs - package com.bermudalocket.smartmobs
-
- com.bermudalocket.smartmobs.attack - package com.bermudalocket.smartmobs.attack
-
- com.bermudalocket.smartmobs.attack.module - package com.bermudalocket.smartmobs.attack.module
-
- com.bermudalocket.smartmobs.util - package com.bermudalocket.smartmobs.util
-
- Commands - Class in com.bermudalocket.smartmobs
-
The command-handling class.
- Commands() - Constructor for class com.bermudalocket.smartmobs.Commands
-
Constructor.
- Commands.AttributeAliases - Enum in com.bermudalocket.smartmobs
-
Enumeration of attribute aliases for easier command entering.
- Configuration - Class in com.bermudalocket.smartmobs
-
The configuration class responsible for interacting with the YAML configuration and serialized data.
- Configuration() - Constructor for class com.bermudalocket.smartmobs.Configuration
-
Private constructor prevents reinstantiation.
- configure(LivingEntity) - Method in class com.bermudalocket.smartmobs.Zone
-
Configures a LivingEntity's AttributeInstance
based on this zone's attributes.
- configureReinforcement(LivingEntity) - Static method in class com.bermudalocket.smartmobs.Util
-
Configures the given entity to be a reinforcement by weakening it, clearing equipment, and tagging
its metadata.
- contains(Location) - Method in class com.bermudalocket.smartmobs.Zone
-
Determines if this zone contains the given location.
- cos(int) - Static method in class com.bermudalocket.smartmobs.Util
-
Returns the cosine of the input as a double.
- COS_TABLE - Static variable in class com.bermudalocket.smartmobs.Util
-
An array storing the cosine of each index, i.e.
- CYAN - Static variable in class com.bermudalocket.smartmobs.Util
-
Convenience reference to the ChatColor
"DARK_AQUA," aka cyan.