net.minecraft.network.protocol.game

public class ServerboundSignUpdatePacket

implements Packet<ServerGamePacketListener>

ajd
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
net.minecraft.class_2877

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ServerboundSignUpdatePacket>
a
STREAM_CODEC
field_48222
private static final int
b
MAX_STRING_LENGTH
field_33371
private final BlockPos
c
pos
field_13101
private final String[]
d
lines
field_13100
private final boolean
e
isFrontText
field_43153

Constructor summary

ModifierConstructor
public (BlockPos arg0, boolean arg1, String arg2, String arg3, String arg4, String arg5)
private (FriendlyByteBuf arg0)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_56002(class_2540 arg0)
public PacketType<ServerboundSignUpdatePacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_12509(class_2792 arg0)
public BlockPos
b()
getPos()
method_12510()
public boolean
e()
isFrontText()
method_49751()
public String[]
f()
getLines()
method_12508()