Index
All Classes|All Packages
C
- clamp(double, double, double) - Static method in class wtf.choco.dragoneggdrop.utils.math.MathUtils
-
Clamp a value between a minimum and maximum value.
- clear() - Method in class wtf.choco.dragoneggdrop.dragon.DamageHistory
-
Clear all total damage and damage history from this history.
- clear() - Static method in class wtf.choco.dragoneggdrop.particle.condition.ConditionFactory
-
Clear the condition factory's factory methods
- clear() - Method in class wtf.choco.dragoneggdrop.registry.DragonTemplateRegistry
- clear() - Method in class wtf.choco.dragoneggdrop.registry.HashRegistry
- clear() - Method in interface wtf.choco.dragoneggdrop.registry.Registry
-
Clear this registry.
- clear() - Method in class wtf.choco.dragoneggdrop.utils.RandomCollection
-
Clear all data from the random collection.
- clear() - Static method in class wtf.choco.dragoneggdrop.world.EndWorldWrapper
-
Clear all world wrapper data.
- clearDamageHistory() - Method in class wtf.choco.dragoneggdrop.dragon.DamageHistory
-
Clear all damage history from this history.
- clearGlobalDamageHistory() - Static method in class wtf.choco.dragoneggdrop.dragon.DamageHistory
-
Clear all damage history from all entities.
- clearTotalDamage() - Method in class wtf.choco.dragoneggdrop.dragon.DamageHistory
-
Reset all total damage from all entities in this history to zero.
- CommandUtils - Class in wtf.choco.dragoneggdrop.utils
-
A utility class providing command-related utility methods.
- compareVersions(String, String) - Method in interface wtf.choco.dragoneggdrop.utils.UpdateChecker.VersionScheme
-
Compare two versions and return the higher of the two.
- ConditionalEquationData - Class in wtf.choco.dragoneggdrop.particle
-
Represents a pair of equations along the x and z axis as well as a list of conditions that must be met to be used by an
AnimatedParticleSession
. - ConditionalEquationData(MathExpression, MathExpression) - Constructor for class wtf.choco.dragoneggdrop.particle.ConditionalEquationData
-
Construct conditional equation data with a pair of equations.
- ConditionContext - Class in wtf.choco.dragoneggdrop.particle.condition
-
Represents various pieces of data required as context for an
EquationCondition
. - ConditionContext(ParticleVariables, World) - Constructor for class wtf.choco.dragoneggdrop.particle.condition.ConditionContext
-
Construct a new context.
- ConditionFactory - Class in wtf.choco.dragoneggdrop.particle.condition
-
A factory in which
EquationCondition
instances may be created. - CONFIG_ALLOW_CRYSTAL_RESPAWNS - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_DEATH_RESPAWN_DELAY - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_JOIN_RESPAWN_DELAY - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_LIGHTNING_AMOUNT - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_LIGHTNING_DAMAGES_ENTITIES - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_METRICS - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_PERFORM_UPDATE_CHECKS - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_MESSAGES_CONDENSED - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_MESSAGES_MESSAGES - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_MESSAGES_OMIT_TIME_UNITS - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_MESSAGES_RADIUS - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_ON_DEATH - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_RESPAWN_ON_JOIN - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- CONFIG_STRICT_COUNTDOWN - Static variable in class wtf.choco.dragoneggdrop.utils.DEDConstants
- ConfigUtils - Class in wtf.choco.dragoneggdrop.utils
- contains(E) - Method in class wtf.choco.dragoneggdrop.utils.RandomCollection
-
Check whether this collection contains a specific value.
- copyOf(RandomCollection<E>) - Static method in class wtf.choco.dragoneggdrop.utils.RandomCollection
-
Copy a RandomCollection with identical elements and Random instance.
- COULD_NOT_CONNECT - wtf.choco.dragoneggdrop.utils.UpdateChecker.UpdateReason
-
A successful connection to the SpiGet API could not be established.
- create(JsonObject) - Static method in class wtf.choco.dragoneggdrop.particle.condition.EquationConditionAlwaysTrue
- create(JsonObject, Function<ConditionContext, String>) - Static method in class wtf.choco.dragoneggdrop.particle.condition.EquationConditionStringComparison
- create(JsonObject, DoubleProvider<ConditionContext>) - Static method in class wtf.choco.dragoneggdrop.particle.condition.EquationConditionDoubleComparison
- create(String, JsonObject) - Static method in class wtf.choco.dragoneggdrop.particle.condition.ConditionFactory
-
Create an
EquationCondition
given the JsonObject for the condition. - createSession(World, double, double) - Method in class wtf.choco.dragoneggdrop.particle.ParticleShapeDefinition
-
Create an aninated particle session unique to the specified world and coordinates.
- CRYSTALS_SPAWNING - wtf.choco.dragoneggdrop.api.BattleState
-
The 4 crystals are starting to spawn on the portal.
All Classes|All Packages