Interface DamageModifierType
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(DamageModifierTypes.class) public interface DamageModifierType extends DefaultedRegistryValue
A type ofDamageModifierthat can apply a "grouping" so to speak for the damage modifier. The use case is being able to differentiate between variousDamageModifiers based on theDamageModifierTypewithout digging through theCauseprovided byDamageModifier.cause().
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-