类 ServerboundSignUpdatePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSignUpdatePacket
- 所有已实现的接口:
Packet<ServerGamePacketListener>
-
字段概要
字段修饰符和类型字段说明private final boolean
private final String[]
private static final int
private final BlockPos
static final StreamCodec
<FriendlyByteBuf, ServerboundSignUpdatePacket> -
构造器概要
构造器限定符构造器说明ServerboundSignUpdatePacket
(BlockPos p_277902_, boolean p_277750_, String p_278086_, String p_277504_, String p_277814_, String p_277726_) private
ServerboundSignUpdatePacket
(FriendlyByteBuf p_179790_) -
方法概要
修饰符和类型方法说明String[]
getLines()
getPos()
void
handle
(ServerGamePacketListener p_134659_) boolean
type()
private void
write
(FriendlyByteBuf p_134662_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
字段详细资料
-
STREAM_CODEC
-
MAX_STRING_LENGTH
private static final int MAX_STRING_LENGTH- 另请参阅:
-
pos
-
lines
-
isFrontText
private final boolean isFrontText
-
-
构造器详细资料
-
ServerboundSignUpdatePacket
-
ServerboundSignUpdatePacket
-
-
方法详细资料
-
write
-
type
- 指定者:
type
在接口中Packet<ServerGamePacketListener>
-
handle
- 指定者:
handle
在接口中Packet<ServerGamePacketListener>
-
getPos
-
isFrontText
public boolean isFrontText() -
getLines
-