Uses of Record Class
net.minecraft.network.packet.c2s.common.ResourcePackStatusC2SPacket
Packages that use ResourcePackStatusC2SPacket
Package
Description
- 
Uses of ResourcePackStatusC2SPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type ResourcePackStatusC2SPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListener.onResourcePackStatus(ResourcePackStatusC2SPacket packet) 
- 
Uses of ResourcePackStatusC2SPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type ResourcePackStatusC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<ResourcePackStatusC2SPacket> CommonPackets.RESOURCE_PACK
- 
Uses of ResourcePackStatusC2SPacket in net.minecraft.network.packet.c2s.commonFields in net.minecraft.network.packet.c2s.common with type parameters of type ResourcePackStatusC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, ResourcePackStatusC2SPacket> ResourcePackStatusC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.common that return types with arguments of type ResourcePackStatusC2SPacket
- 
Uses of ResourcePackStatusC2SPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type ResourcePackStatusC2SPacketModifier and TypeMethodDescriptionvoidServerCommonNetworkHandler.onResourcePackStatus(ResourcePackStatusC2SPacket packet) voidServerConfigurationNetworkHandler.onResourcePackStatus(ResourcePackStatusC2SPacket packet)