Class ServerboundSignUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
- All Implemented Interfaces:
 Packet<ServerGamePacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionServerboundSignUpdatePacket(BlockPos p_277902_, boolean p_277750_, String p_278086_, String p_277504_, String p_277814_, String p_277726_) ServerboundSignUpdatePacket(FriendlyByteBuf p_179790_)  - 
Method Summary
Modifier and TypeMethodDescriptionString[]getLines()getPos()voidhandle(ServerGamePacketListener p_134659_) booleanvoidwrite(FriendlyByteBuf p_134662_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Field Details
- 
MAX_STRING_LENGTH
private static final int MAX_STRING_LENGTH- See Also:
 
 - 
pos
 - 
lines
 - 
isFrontText
private final boolean isFrontText 
 - 
 - 
Constructor Details
- 
ServerboundSignUpdatePacket
 - 
ServerboundSignUpdatePacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ServerGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ServerGamePacketListener>
 - 
getPos
 - 
isFrontText
public boolean isFrontText() - 
getLines
 
 -