Uses of Record Class
net.minecraft.network.packet.c2s.play.DebugSampleSubscriptionC2SPacket
Packages that use DebugSampleSubscriptionC2SPacket
Package
Description
-
Uses of DebugSampleSubscriptionC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type DebugSampleSubscriptionC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onDebugSampleSubscription
(DebugSampleSubscriptionC2SPacket packet) -
Uses of DebugSampleSubscriptionC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type DebugSampleSubscriptionC2SPacketModifier and TypeFieldDescriptionstatic final PacketType
<DebugSampleSubscriptionC2SPacket> PlayPackets.DEBUG_SAMPLE_SUBSCRIPTION
-
Uses of DebugSampleSubscriptionC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type DebugSampleSubscriptionC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, DebugSampleSubscriptionC2SPacket> DebugSampleSubscriptionC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type DebugSampleSubscriptionC2SPacket -
Uses of DebugSampleSubscriptionC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type DebugSampleSubscriptionC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onDebugSampleSubscription
(DebugSampleSubscriptionC2SPacket packet)