Uses of Class
net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
Packages that use NbtQueryResponseS2CPacket
Package
Description
- 
Uses of NbtQueryResponseS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type NbtQueryResponseS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onNbtQueryResponse(NbtQueryResponseS2CPacket packet) 
- 
Uses of NbtQueryResponseS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type NbtQueryResponseS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onNbtQueryResponse(NbtQueryResponseS2CPacket packet) 
- 
Uses of NbtQueryResponseS2CPacket in net.minecraft.network.packetFields 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.playFields in net.minecraft.network.packet.s2c.play with type parameters of type NbtQueryResponseS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, NbtQueryResponseS2CPacket> NbtQueryResponseS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type NbtQueryResponseS2CPacket