public class NPacketPlayOutExplosion extends Object implements NPacketPlayOut, LocatedPacket
Constructor and Description |
---|
NPacketPlayOutExplosion() |
NPacketPlayOutExplosion(double x,
double y,
double z,
float vecX,
float vecY,
float vecZ) |
Modifier and Type | Method and Description |
---|---|
PacketType |
getPacketType() |
double |
getX() |
double |
getY() |
double |
getZ() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlock, getBlockX, getBlockY, getBlockZ, getLocation, hasLocation
public double x
public double y
public double z
public Vector vec
public NPacketPlayOutExplosion()
public NPacketPlayOutExplosion(double x, double y, double z, float vecX, float vecY, float vecZ)
public double getX()
getX
in interface LocatedPacket
public double getY()
getY
in interface LocatedPacket
public double getZ()
getZ
in interface LocatedPacket
public PacketType getPacketType()
getPacketType
in interface NPacket