@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, wait
create, getPacketName, write
public int x
public int z
public LightData light
public void read(PacketSerializer serializer, Version version)
NPacket
public PacketType getPacketType()
NPacket
getPacketType
in interface NPacket