implements Packet<ClientGamePacketListener>
ado | |
net.minecraft.network.protocol.game.ClientboundExplodePacket | |
net.minecraft.class_2664 |
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 arg0, Optional<Vec3> arg1, ParticleOptions arg2, Holder<SoundEvent> arg3) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public PacketType<ClientboundExplodePacket> |
| ||||||
public void |
| ||||||
public Vec3 |
| ||||||
public Optional<Vec3> |
| ||||||
public ParticleOptions |
| ||||||
public Holder<SoundEvent> |
|