Package org.spongepowered.api.event.cause.entity.damage
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.event.cause.entity.damage
-
ClassDescriptionA damage modifier that will create a
DamageStep
.A builder to createDamageModifier
s.A step represent an operation made by the platform (vanilla and mods) or modifiers added by plugins.The parts composing a step.Captures the root steps occurring during a damage calculation.Represents a type ofDamageStep
.A factory to createDamageStepType
s.ADamageType
is a type of "grouping" forDamageSource
s since aDamageSource
instance can be inherently different from anotherDamageSource
by virtue of theObject
backing the source.A builder to createDamageType
s.