public class Explosion
| ahy | |
| net.minecraft.unmapped.C_84651702 | |
| net.minecraft.world.explosion.Explosion |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final boolean |
| ||||||
| private final boolean |
| ||||||
| private final Random |
| ||||||
| private final World |
| ||||||
| private final double |
| ||||||
| private final double |
| ||||||
| private final double |
| ||||||
| private final Entity |
| ||||||
| private final float |
| ||||||
| private final List<BlockPos> |
| ||||||
| private final Map<PlayerEntity, Vec3d> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (World world, Entity source, double x, double y, double z, float power, boolean createFire, boolean destructive) |
| public | (World world, Entity source, double x, double y, double z, float power, List<BlockPos> damagedBlocks) |
| public | (World world, Entity source, double x, double y, double z, float power, boolean createFire, boolean destructive, List<BlockPos> damagedBlocks) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
| ||||||
| public void |
| ||||||
| public Map<PlayerEntity, Vec3d> |
| ||||||
| public LivingEntity |
| ||||||
| public void |
| ||||||
| public List<BlockPos> |
|