Class ExplosionConfig

java.lang.Object
com.hypixel.hytale.server.core.entity.ExplosionConfig

public class ExplosionConfig extends Object
  • Field Details

    • CODEC

      @Nonnull public static final BuilderCodec<ExplosionConfig> CODEC
    • damageEntities

      protected boolean damageEntities
    • damageBlocks

      protected boolean damageBlocks
    • blockDamageRadius

      protected int blockDamageRadius
    • blockDamageFalloff

      protected float blockDamageFalloff
    • entityDamageRadius

      protected float entityDamageRadius
    • entityDamage

      protected float entityDamage
    • entityDamageFalloff

      protected float entityDamageFalloff
    • blockDropChance

      protected float blockDropChance
    • knockback

      @Nullable protected Knockback knockback
    • itemTool

      @Nullable protected ItemTool itemTool
  • Constructor Details

    • ExplosionConfig

      public ExplosionConfig()