Class BlockExplosionDefense.ExplosionDefenseResult
java.lang.Object
com.hbm_m.util.explosions.nuclear.BlockExplosionDefense.ExplosionDefenseResult
- Enclosing class:
- BlockExplosionDefense
Small helper result used by crater generation code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal floatfinal floatfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionExplosionDefenseResult(boolean shouldBreak, float blastPower, float defenseValue) -
Method Summary
-
Field Details
-
shouldBreak
public final boolean shouldBreak -
blastPower
public final float blastPower -
defenseValue
public final float defenseValue
-
-
Constructor Details
-
ExplosionDefenseResult
public ExplosionDefenseResult(boolean shouldBreak, float blastPower, float defenseValue)
-