Class ServerboundSignUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
- All Implemented Interfaces:
- Packet<ServerGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionServerboundSignUpdatePacket(BlockPos p_277902_, boolean p_277750_, String p_278086_, String p_277504_, String p_277814_, String p_277726_) ServerboundSignUpdatePacket(FriendlyByteBuf p_179790_) 
- 
Method SummaryModifier and TypeMethodDescriptionString[]getLines()getPos()voidhandle(ServerGamePacketListener p_134659_) booleanvoidwrite(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, nextProtocol
- 
Field Details- 
MAX_STRING_LENGTHprivate static final int MAX_STRING_LENGTH- See Also:
 
- 
pos
- 
lines
- 
isFrontTextprivate final boolean isFrontText
 
- 
- 
Constructor Details- 
ServerboundSignUpdatePacket
- 
ServerboundSignUpdatePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ServerGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ServerGamePacketListener>
 
- 
getPos
- 
isFrontTextpublic boolean isFrontText()
- 
getLines
 
-