public class ExplosionConfig
Class ExplosionConfig. Provides explosionconfig functionality for the Hytale server.
java.lang.Object > ExplosionConfig
Field Summary
damageEntities
protected
boolean
damageEntities
Field damageEntities.
damageBlocks
protected
boolean
damageBlocks
Field damageBlocks.
blockDamageRadius
protected
int
blockDamageRadius
Field blockDamageRadius.
blockDamageFalloff
protected
float
blockDamageFalloff
Field blockDamageFalloff.
entityDamageRadius
protected
float
entityDamageRadius
Field entityDamageRadius.
entityDamage
protected
float
entityDamage
Field entityDamage.
entityDamageFalloff
protected
float
entityDamageFalloff
Field entityDamageFalloff.
blockDropChance
protected
float
blockDropChance
Field blockDropChance.
knockback
protected
Knockback
knockback
Field knockback.
itemTool
protected
ItemTool
itemTool
Field itemTool.
Method Detail
ExplosionConfig
public
public
ExplosionConfig
()
Method ExplosionConfig.