public class CUpdateSignPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private java.lang.String[] |
lines |
private BlockPos |
pos |
Constructor and Description |
---|
CUpdateSignPacket() |
CUpdateSignPacket(BlockPos p_i49822_1_,
ITextComponent p_i49822_2_,
ITextComponent p_i49822_3_,
ITextComponent p_i49822_4_,
ITextComponent p_i49822_5_) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getLines() |
BlockPos |
getPosition() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private BlockPos pos
private java.lang.String[] lines
public CUpdateSignPacket()
public CUpdateSignPacket(BlockPos p_i49822_1_, ITextComponent p_i49822_2_, ITextComponent p_i49822_3_, ITextComponent p_i49822_4_, ITextComponent p_i49822_5_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public BlockPos getPosition()
public java.lang.String[] getLines()