Class SExplosionPacket
java.lang.Object
net.minecraft.network.play.server.SExplosionPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
-
Field Summary
Modifier and TypeFieldDescriptionprivate float
private float
private float
private float
private double
private double
private double
-
Constructor Summary
ConstructorDescriptionSExplosionPacket
(double p_i47099_1_, double p_i47099_3_, double p_i47099_5_, float p_i47099_7_, List<BlockPos> p_i47099_8_, Vector3d p_i47099_9_) -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
getPower()
double
getX()
double
getY()
double
getZ()
void
handle
(IClientPlayNetHandler p_148833_1_) void
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) 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.IPacket
isSkippable
-
Field Details
-
x
private double x -
y
private double y -
z
private double z -
power
private float power -
toBlow
-
knockbackX
private float knockbackX -
knockbackY
private float knockbackY -
knockbackZ
private float knockbackZ
-
-
Constructor Details
-
SExplosionPacket
public SExplosionPacket() -
SExplosionPacket
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
handle
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
getKnockbackX
public float getKnockbackX() -
getKnockbackY
public float getKnockbackY() -
getKnockbackZ
public float getKnockbackZ() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getPower
public float getPower() -
getToBlow
-