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