Interface DamageSource.Factory
-
- Enclosing interface:
- DamageSource
public static interface DamageSource.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DamageSourcedrowning()DamageSourcedryout()DamageSourcefalling()DamageSourcefireTick()DamageSourcegeneric()DamageSourcemagic()DamageSourcestarvation()DamageSourcevoidSource()DamageSourcewither()
-
-
-
Method Detail
-
drowning
DamageSource drowning()
-
dryout
DamageSource dryout()
-
falling
DamageSource falling()
-
fireTick
DamageSource fireTick()
-
generic
DamageSource generic()
-
magic
DamageSource magic()
-
starvation
DamageSource starvation()
-
voidSource
DamageSource voidSource()
-
wither
DamageSource wither()
-
-