Class ExplosionS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
Sent when an explosion occurs in the world.
The client will update the player's velocity as well as performing an explosion.
- See Also:
- Mappings:
Namespace Name official zr
intermediary net/minecraft/class_2664
named net/minecraft/network/packet/s2c/play/ExplosionS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ParticleEffect
private final ParticleEffect
private final Explosion.DestructionType
private final SoundEvent
private final float
private final float
private final float
private final float
private final double
private final double
private final double
-
Constructor Summary
ConstructorsConstructorDescriptionExplosionS2CPacket
(double x, double y, double z, float radius, List<BlockPos> affectedBlocks, @Nullable Vec3d vec3d, Explosion.DestructionType destructionType, ParticleEffect particleEffect, ParticleEffect particleEffect2, SoundEvent soundEvent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) float
float
float
float
double
getX()
double
getY()
double
getZ()
private static <T extends ParticleEffect>
Tmethod_55327
(PacketByteBuf packetByteBuf, ParticleType<T> particleType) void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
getNewNetworkState, isWritingErrorSkippable
-
Field Details
-
x
private final double x- Mappings:
Namespace Name Mixin selector official a
Lzr;a:D
intermediary field_12180
Lnet/minecraft/class_2664;field_12180:D
named x
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;x:D
-
y
private final double y- Mappings:
Namespace Name Mixin selector official b
Lzr;b:D
intermediary field_12178
Lnet/minecraft/class_2664;field_12178:D
named y
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;y:D
-
z
private final double z- Mappings:
Namespace Name Mixin selector official c
Lzr;c:D
intermediary field_12177
Lnet/minecraft/class_2664;field_12177:D
named z
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;z:D
-
radius
private final float radius- Mappings:
Namespace Name Mixin selector official d
Lzr;d:F
intermediary field_12179
Lnet/minecraft/class_2664;field_12179:F
named radius
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;radius:F
-
affectedBlocks
- Mappings:
Namespace Name Mixin selector official e
Lzr;e:Ljava/util/List;
intermediary field_12181
Lnet/minecraft/class_2664;field_12181:Ljava/util/List;
named affectedBlocks
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;affectedBlocks:Ljava/util/List;
-
playerVelocityX
private final float playerVelocityX- Mappings:
Namespace Name Mixin selector official f
Lzr;f:F
intermediary field_12176
Lnet/minecraft/class_2664;field_12176:F
named playerVelocityX
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;playerVelocityX:F
-
playerVelocityY
private final float playerVelocityY- Mappings:
Namespace Name Mixin selector official g
Lzr;g:F
intermediary field_12183
Lnet/minecraft/class_2664;field_12183:F
named playerVelocityY
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;playerVelocityY:F
-
playerVelocityZ
private final float playerVelocityZ- Mappings:
Namespace Name Mixin selector official h
Lzr;h:F
intermediary field_12182
Lnet/minecraft/class_2664;field_12182:F
named playerVelocityZ
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;playerVelocityZ:F
-
field_47515
- Mappings:
Namespace Name Mixin selector official i
Lzr;i:Ljt;
intermediary field_47515
Lnet/minecraft/class_2664;field_47515:Lnet/minecraft/class_2394;
named field_47515
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;field_47515:Lnet/minecraft/particle/ParticleEffect;
-
field_47516
- Mappings:
Namespace Name Mixin selector official j
Lzr;j:Ljt;
intermediary field_47516
Lnet/minecraft/class_2664;field_47516:Lnet/minecraft/class_2394;
named field_47516
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;field_47516:Lnet/minecraft/particle/ParticleEffect;
-
field_47517
- Mappings:
Namespace Name Mixin selector official k
Lzr;k:Lcsq$a;
intermediary field_47517
Lnet/minecraft/class_2664;field_47517:Lnet/minecraft/class_1927$class_4179;
named field_47517
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;field_47517:Lnet/minecraft/world/explosion/Explosion$DestructionType;
-
field_47518
- Mappings:
Namespace Name Mixin selector official l
Lzr;l:Larb;
intermediary field_47518
Lnet/minecraft/class_2664;field_47518:Lnet/minecraft/class_3414;
named field_47518
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;field_47518:Lnet/minecraft/sound/SoundEvent;
-
-
Constructor Details
-
ExplosionS2CPacket
public ExplosionS2CPacket(double x, double y, double z, float radius, List<BlockPos> affectedBlocks, @Nullable @Nullable Vec3d vec3d, Explosion.DestructionType destructionType, ParticleEffect particleEffect, ParticleEffect particleEffect2, SoundEvent soundEvent) - Mappings:
Namespace Name Mixin selector official <init>
Lzr;<init>(DDDFLjava/util/List;Lelb;Lcsq$a;Ljt;Ljt;Larb;)V
intermediary <init>
Lnet/minecraft/class_2664;<init>(DDDFLjava/util/List;Lnet/minecraft/class_243;Lnet/minecraft/class_1927$class_4179;Lnet/minecraft/class_2394;Lnet/minecraft/class_2394;Lnet/minecraft/class_3414;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;<init>(DDDFLjava/util/List;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/explosion/Explosion$DestructionType;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/sound/SoundEvent;)V
-
ExplosionS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lzr;<init>(Lue;)V
intermediary <init>
Lnet/minecraft/class_2664;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
method_55327
private static <T extends ParticleEffect> T method_55327(PacketByteBuf packetByteBuf, ParticleType<T> particleType) - Mappings:
Namespace Name Mixin selector official a
Lzr;a(Lue;Lju;)Ljt;
intermediary method_55327
Lnet/minecraft/class_2664;method_55327(Lnet/minecraft/class_2540;Lnet/minecraft/class_2396;)Lnet/minecraft/class_2394;
named method_55327
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;method_55327(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/particle/ParticleType;)Lnet/minecraft/particle/ParticleEffect;
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lwu;a(Lue;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lzr;a(Lyo;)V
intermediary method_11480
Lnet/minecraft/class_2664;method_11480(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPlayerVelocityX
public float getPlayerVelocityX()- Mappings:
Namespace Name Mixin selector official a
Lzr;a()F
intermediary method_11472
Lnet/minecraft/class_2664;method_11472()F
named getPlayerVelocityX
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getPlayerVelocityX()F
-
getPlayerVelocityY
public float getPlayerVelocityY()- Mappings:
Namespace Name Mixin selector official d
Lzr;d()F
intermediary method_11473
Lnet/minecraft/class_2664;method_11473()F
named getPlayerVelocityY
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getPlayerVelocityY()F
-
getPlayerVelocityZ
public float getPlayerVelocityZ()- Mappings:
Namespace Name Mixin selector official e
Lzr;e()F
intermediary method_11474
Lnet/minecraft/class_2664;method_11474()F
named getPlayerVelocityZ
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getPlayerVelocityZ()F
-
getX
public double getX()- Mappings:
Namespace Name Mixin selector official f
Lzr;f()D
intermediary method_11475
Lnet/minecraft/class_2664;method_11475()D
named getX
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getX()D
-
getY
public double getY()- Mappings:
Namespace Name Mixin selector official g
Lzr;g()D
intermediary method_11477
Lnet/minecraft/class_2664;method_11477()D
named getY
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getY()D
-
getZ
public double getZ()- Mappings:
Namespace Name Mixin selector official h
Lzr;h()D
intermediary method_11478
Lnet/minecraft/class_2664;method_11478()D
named getZ
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getZ()D
-
getRadius
public float getRadius()- Mappings:
Namespace Name Mixin selector official i
Lzr;i()F
intermediary method_11476
Lnet/minecraft/class_2664;method_11476()F
named getRadius
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getRadius()F
-
getAffectedBlocks
- Mappings:
Namespace Name Mixin selector official j
Lzr;j()Ljava/util/List;
intermediary method_11479
Lnet/minecraft/class_2664;method_11479()Ljava/util/List;
named getAffectedBlocks
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;getAffectedBlocks()Ljava/util/List;
-
method_55328
- Mappings:
Namespace Name Mixin selector official k
Lzr;k()Lcsq$a;
intermediary method_55328
Lnet/minecraft/class_2664;method_55328()Lnet/minecraft/class_1927$class_4179;
named method_55328
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;method_55328()Lnet/minecraft/world/explosion/Explosion$DestructionType;
-
method_55329
- Mappings:
Namespace Name Mixin selector official l
Lzr;l()Ljt;
intermediary method_55329
Lnet/minecraft/class_2664;method_55329()Lnet/minecraft/class_2394;
named method_55329
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;method_55329()Lnet/minecraft/particle/ParticleEffect;
-
method_55330
- Mappings:
Namespace Name Mixin selector official m
Lzr;m()Ljt;
intermediary method_55330
Lnet/minecraft/class_2664;method_55330()Lnet/minecraft/class_2394;
named method_55330
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;method_55330()Lnet/minecraft/particle/ParticleEffect;
-
method_55331
- Mappings:
Namespace Name Mixin selector official n
Lzr;n()Larb;
intermediary method_55331
Lnet/minecraft/class_2664;method_55331()Lnet/minecraft/class_3414;
named method_55331
Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;method_55331()Lnet/minecraft/sound/SoundEvent;
-