Class ServerboundSignUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionServerboundSignUpdatePacket
(BlockPos p_134649_, String p_134650_, String p_134651_, String p_134652_, String p_134653_) ServerboundSignUpdatePacket
(FriendlyByteBuf p_179790_) -
Method Summary
Modifier and TypeMethodDescriptionString[]
getLines()
getPos()
void
handle
(ServerGamePacketListener p_134659_) void
write
(FriendlyByteBuf p_134662_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
MAX_STRING_LENGTH
private static final int MAX_STRING_LENGTH- See Also:
-
pos
-
lines
-
-
Constructor Details
-
ServerboundSignUpdatePacket
-
ServerboundSignUpdatePacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ServerGamePacketListener>
-
getPos
-
getLines
-