public abstract class DamageAPI
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
DamageAPI(@Nullable EntityAPI<?,?> entity,
float amount) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName() |
abstract <S> S |
getSourceObject() |
protected DamageAPI(@Nullable
@Nullable EntityAPI<?,?> entity,
float amount)