Uses of Record Class
net.minecraft.network.protocol.login.ServerboundCustomQueryAnswerPacket
Packages that use ServerboundCustomQueryAnswerPacket
-
Uses of ServerboundCustomQueryAnswerPacket in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login with type parameters of type ServerboundCustomQueryAnswerPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundCustomQueryAnswerPacket> LoginPacketTypes.SERVERBOUND_CUSTOM_QUERY_ANSWER
static final StreamCodec
<FriendlyByteBuf, ServerboundCustomQueryAnswerPacket> ServerboundCustomQueryAnswerPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.login that return ServerboundCustomQueryAnswerPacketModifier and TypeMethodDescriptionprivate static ServerboundCustomQueryAnswerPacket
ServerboundCustomQueryAnswerPacket.read
(FriendlyByteBuf pBuffer) Methods in net.minecraft.network.protocol.login that return types with arguments of type ServerboundCustomQueryAnswerPacketMethods in net.minecraft.network.protocol.login with parameters of type ServerboundCustomQueryAnswerPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListener.handleCustomQueryPacket
(ServerboundCustomQueryAnswerPacket pPacket) -
Uses of ServerboundCustomQueryAnswerPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundCustomQueryAnswerPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.handleCustomQueryPacket
(ServerboundCustomQueryAnswerPacket p_295398_)