public class NPacketPlayOutExplosion extends Object implements NPacketPlayOut, LocatedPacket
| Modifier and Type | Field and Description |
|---|---|
List<BlockPosition> |
positions |
double |
strength |
Vector |
vec |
double |
x |
double |
y |
double |
z |
| Constructor and Description |
|---|
NPacketPlayOutExplosion() |
| Modifier and Type | Method and Description |
|---|---|
PacketType |
getPacketType()
Get type of packet
|
double |
getX() |
double |
getY() |
double |
getZ() |
void |
read(PacketSerializer serializer,
Version version)
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getPacketName, writegetBlock, getBlockX, getBlockY, getBlockZ, getLocation, hasLocationpublic double x
public double y
public double z
public double strength
public Vector vec
public List<BlockPosition> positions
public void read(PacketSerializer serializer, Version version)
NPacketpublic double getX()
getX in interface LocatedPacketpublic double getY()
getY in interface LocatedPacketpublic double getZ()
getZ in interface LocatedPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket