Uses of Record Class
net.minecraft.network.protocol.game.ClientboundDebugSamplePacket
Packages that use ClientboundDebugSamplePacket
Package
Description
-
Uses of ClientboundDebugSamplePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundDebugSamplePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleDebugSample
(ClientboundDebugSamplePacket p_324125_) -
Uses of ClientboundDebugSamplePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundDebugSamplePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundDebugSamplePacket> GamePacketTypes.CLIENTBOUND_DEBUG_SAMPLE
static final StreamCodec
<FriendlyByteBuf, ClientboundDebugSamplePacket> ClientboundDebugSamplePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundDebugSamplePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundDebugSamplePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleDebugSample
(ClientboundDebugSamplePacket p_323534_) -
Uses of ClientboundDebugSamplePacket in net.minecraft.util.debugchart
Methods in net.minecraft.util.debugchart with parameters of type ClientboundDebugSamplePacketModifier and TypeMethodDescriptionvoid
DebugSampleSubscriptionTracker.broadcast
(ClientboundDebugSamplePacket p_324398_)