-
-
Methods in net.minecraft.world with parameters of type Explosion.DestructionType
| Modifier and Type |
Method |
Description |
Explosion |
World.createExplosion(@Nullable Entity entity,
double x,
double y,
double z,
float power,
boolean createFire,
Explosion.DestructionType destructionType) |
|
Explosion |
World.createExplosion(@Nullable Entity entity,
double x,
double y,
double z,
float power,
Explosion.DestructionType destructionType) |
|
Explosion |
World.createExplosion(@Nullable Entity entity,
@Nullable DamageSource damageSource,
@Nullable ExplosionBehavior behavior,
double x,
double y,
double z,
float power,
boolean createFire,
Explosion.DestructionType destructionType) |
|
-
Constructors in net.minecraft.world.explosion with parameters of type Explosion.DestructionType
| Constructor |
Description |
Explosion(World world,
@Nullable Entity entity,
double x,
double y,
double z,
float power,
boolean createFire,
Explosion.DestructionType destructionType) |
|
Explosion(World world,
@Nullable Entity entity,
double x,
double y,
double z,
float power,
boolean createFire,
Explosion.DestructionType destructionType,
List<BlockPos> affectedBlocks) |
|
Explosion(World world,
@Nullable Entity entity,
@Nullable DamageSource damageSource,
@Nullable ExplosionBehavior behavior,
double x,
double y,
double z,
float power,
boolean createFire,
Explosion.DestructionType destructionType) |
|