Uses of Class
net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
Packages that use NbtQueryResponseS2CPacket
Package
Description
-
Uses of NbtQueryResponseS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type NbtQueryResponseS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onNbtQueryResponse
(NbtQueryResponseS2CPacket packet) -
Uses of NbtQueryResponseS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type NbtQueryResponseS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onNbtQueryResponse
(NbtQueryResponseS2CPacket packet) -
Uses of NbtQueryResponseS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type NbtQueryResponseS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<NbtQueryResponseS2CPacket> PlayPackets.TAG_QUERY
-
Uses of NbtQueryResponseS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type NbtQueryResponseS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, NbtQueryResponseS2CPacket> NbtQueryResponseS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type NbtQueryResponseS2CPacket