Uses of Record Class
net.minecraft.network.packet.s2c.play.DebugSampleS2CPacket
Packages that use DebugSampleS2CPacket
Package
Description
-
Uses of DebugSampleS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type DebugSampleS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onDebugSample
(DebugSampleS2CPacket packet) -
Uses of DebugSampleS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type DebugSampleS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onDebugSample
(DebugSampleS2CPacket packet) -
Uses of DebugSampleS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type DebugSampleS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<DebugSampleS2CPacket> PlayPackets.DEBUG_SAMPLE
-
Uses of DebugSampleS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type DebugSampleS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, DebugSampleS2CPacket> DebugSampleS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type DebugSampleS2CPacket -
Uses of DebugSampleS2CPacket in net.minecraft.server
Methods in net.minecraft.server with parameters of type DebugSampleS2CPacketModifier and TypeMethodDescriptionvoid
SampleSubscriptionTracker.sendPacket
(DebugSampleS2CPacket packet)