public class PacketPlayOutSpawnEntityWeather extends WrappedPacket
Modifier and Type | Field and Description |
---|---|
int |
entityId |
int |
type
1 - thunderbolt
|
double |
x |
double |
y |
double |
z |
Constructor and Description |
---|
PacketPlayOutSpawnEntityWeather() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getVanillaPacket()
Converts this wrapped packet to a Vanilla/NMS packet
|
void |
loadVanillaPacket(java.lang.Object packet)
Loads a Vanilla/NMS packet to this wrapper
|
toNMS
public int entityId
public int type
public double x
public double y
public double z
public java.lang.Object getVanillaPacket()
WrappedPacket
getVanillaPacket
in class WrappedPacket
public void loadVanillaPacket(java.lang.Object packet)
WrappedPacket
loadVanillaPacket
in class WrappedPacket
packet
- - The loadable packet