@Deprecated public class NPacketPlayOutUpdateLight extends Object implements NPacketPlayOut
| Modifier and Type | Field and Description |
|---|---|
LightData |
light
Deprecated.
|
int |
x
Deprecated.
|
int |
z
Deprecated.
|
| Constructor and Description |
|---|
NPacketPlayOutUpdateLight()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
getPacketType()
Deprecated.
Get type of packet
|
void |
read(PacketSerializer serializer,
Version version)
Deprecated.
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getPacketName, writepublic int x
public int z
public LightData light
public void read(PacketSerializer serializer, Version version)
NPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket