Package com.hbm_m.explosion.command
Class ExplosionCommandOptions
java.lang.Object
com.hbm_m.explosion.command.ExplosionCommandOptions
Параметры взрыва из команды /hbm_m explosion.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExplosionCommandOptions(boolean crater, boolean damage, boolean biomes, boolean particles, float amplifier, boolean sound, boolean fallout) -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanbiomes()booleancrater()booleandamage()booleanfallout()booleanbooleansound()withAmplifier(float amp) withBiomes(boolean v) withCrater(boolean v) withDamage(boolean v) withFallout(boolean v) withParticles(boolean v) withSound(boolean v)
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ExplosionCommandOptions
public ExplosionCommandOptions(boolean crater, boolean damage, boolean biomes, boolean particles, float amplifier, boolean sound, boolean fallout)
-
-
Method Details
-
crater
public boolean crater() -
damage
public boolean damage() -
biomes
public boolean biomes() -
particles
public boolean particles() -
amplifier
public float amplifier() -
sound
public boolean sound() -
fallout
public boolean fallout() -
withCrater
-
withDamage
-
withBiomes
-
withParticles
-
withAmplifier
-
withSound
-
withFallout
-