Class ServerboundSignUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
- All Implemented Interfaces:
- Packet<ServerGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionServerboundSignUpdatePacket(BlockPos p_134649_, String p_134650_, String p_134651_, String p_134652_, String p_134653_)ServerboundSignUpdatePacket(FriendlyByteBuf p_179790_)
- 
Method SummaryModifier and TypeMethodDescriptionString[]getLines()getPos()voidhandle(ServerGamePacketListener p_134659_)voidwrite(FriendlyByteBuf p_134662_)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable
- 
Field Details- 
MAX_STRING_LENGTHprivate static final int MAX_STRING_LENGTH- See Also:
- Constant Field Values
 
- 
pos
- 
lines
 
- 
- 
Constructor Details- 
ServerboundSignUpdatePacket
- 
ServerboundSignUpdatePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ServerGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ServerGamePacketListener>
 
- 
getPos
- 
getLines
 
-