Interface DamageSource.Factory
- Enclosing interface:
- DamageSource
public static interface DamageSource.Factory
- 
Method Details- 
drowningDamageSource drowning()
- 
dryoutDamageSource dryout()
- 
fallingDamageSource falling()
- 
fireTickDamageSource fireTick()
- 
genericDamageSource generic()
- 
magicDamageSource magic()
- 
starvationDamageSource starvation()
- 
voidSourceDamageSource voidSource()
- 
witherDamageSource wither()
 
-