Interface DamageSource.Factory
-
- Enclosing interface:
- DamageSource
public static interface DamageSource.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DamageSource
drowning()
DamageSource
dryout()
DamageSource
falling()
DamageSource
fireTick()
DamageSource
generic()
DamageSource
magic()
DamageSource
starvation()
DamageSource
voidSource()
DamageSource
wither()
-
-
-
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()
-
-