Uses of Record Class
net.minecraft.network.packet.c2s.play.DebugSubscriptionRequestC2SPacket
Packages that use DebugSubscriptionRequestC2SPacket
Package
Description
-
Uses of DebugSubscriptionRequestC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type DebugSubscriptionRequestC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onDebugSubscriptionRequest(DebugSubscriptionRequestC2SPacket packet) -
Uses of DebugSubscriptionRequestC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type DebugSubscriptionRequestC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<DebugSubscriptionRequestC2SPacket> PlayPackets.DEBUG_SUBSCRIPTION_REQUEST -
Uses of DebugSubscriptionRequestC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type DebugSubscriptionRequestC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, DebugSubscriptionRequestC2SPacket> DebugSubscriptionRequestC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type DebugSubscriptionRequestC2SPacket -
Uses of DebugSubscriptionRequestC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type DebugSubscriptionRequestC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onDebugSubscriptionRequest(DebugSubscriptionRequestC2SPacket packet)