implements Packet<ClientGamePacketListener>
| acr | |
| net.minecraft.network.protocol.game.ClientboundExplodePacket | |
| net.minecraft.class_2664 | |
| net.minecraft.network.packet.s2c.play.ExplosionS2CPacket | |
| net.minecraft.src.C_5064_ | |
| net.minecraft.network.protocol.game.PacketPlayOutExplosion |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Vec3 |
| ||||||||||
| private final Optional<Vec3> |
| ||||||||||
| private final ParticleOptions |
| ||||||||||
| private final Holder<SoundEvent> |
| ||||||||||
| public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundExplodePacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Vec3 playerKnockback, Optional<Vec3> explosionParticle, ParticleOptions explosionSound, Holder<SoundEvent> arg3) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public PacketType<ClientboundExplodePacket> |
| ||||||||||
| public void |
| ||||||||||
| public Vec3 |
| ||||||||||
| public Optional<Vec3> |
| ||||||||||
| public ParticleOptions |
| ||||||||||
| public Holder<SoundEvent> |
|