Uses of Enum Class
net.minecraft.util.debugchart.RemoteDebugSampleType
Packages that use RemoteDebugSampleType
Package
Description
-
Uses of RemoteDebugSampleType in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final Map
<RemoteDebugSampleType, LocalSampleLogger> DebugScreenOverlay.remoteSupportingLoggers
Methods in net.minecraft.client.gui.components with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoid
DebugScreenOverlay.logRemoteSample
(long[] p_324375_, RemoteDebugSampleType p_324309_) -
Uses of RemoteDebugSampleType in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final EnumMap
<RemoteDebugSampleType, Long> DebugSampleSubscriber.lastRequested
Methods in net.minecraft.client.multiplayer with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionprivate void
DebugSampleSubscriber.sendSubscriptionRequestIfNeeded
(RemoteDebugSampleType p_324259_) -
Uses of RemoteDebugSampleType in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final RemoteDebugSampleType
ClientboundDebugSamplePacket.debugSampleType
The field for thedebugSampleType
record component.private final RemoteDebugSampleType
ServerboundDebugSampleSubscriptionPacket.sampleType
The field for thesampleType
record component.Methods in net.minecraft.network.protocol.game that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionClientboundDebugSamplePacket.debugSampleType()
Returns the value of thedebugSampleType
record component.ServerboundDebugSampleSubscriptionPacket.sampleType()
Returns the value of thesampleType
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionClientboundDebugSamplePacket
(long[] sample, RemoteDebugSampleType debugSampleType) Creates an instance of aClientboundDebugSamplePacket
record class.Creates an instance of aServerboundDebugSampleSubscriptionPacket
record class. -
Uses of RemoteDebugSampleType in net.minecraft.server
Methods in net.minecraft.server with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoid
MinecraftServer.subscribeToDebugSample
(ServerPlayer p_324078_, RemoteDebugSampleType p_323992_) -
Uses of RemoteDebugSampleType in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoid
DedicatedServer.subscribeToDebugSample
(ServerPlayer p_324272_, RemoteDebugSampleType p_324213_) -
Uses of RemoteDebugSampleType in net.minecraft.util.debugchart
Fields in net.minecraft.util.debugchart declared as RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final RemoteDebugSampleType
DebugSampleSubscriptionTracker.SubscriptionRequest.sampleType
The field for thesampleType
record component.private final RemoteDebugSampleType
RemoteSampleLogger.sampleType
Fields in net.minecraft.util.debugchart with type parameters of type RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final Map
<RemoteDebugSampleType, Map<ServerPlayer, DebugSampleSubscriptionTracker.SubscriptionStartedAt>> DebugSampleSubscriptionTracker.subscriptions
Methods in net.minecraft.util.debugchart that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionDebugSampleSubscriptionTracker.SubscriptionRequest.sampleType()
Returns the value of thesampleType
record component.static RemoteDebugSampleType
Returns the enum constant of this class with the specified name.static RemoteDebugSampleType[]
RemoteDebugSampleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.debugchart with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionboolean
DebugSampleSubscriptionTracker.shouldLogSamples
(RemoteDebugSampleType p_324431_) void
DebugSampleSubscriptionTracker.subscribe
(ServerPlayer p_324211_, RemoteDebugSampleType p_324355_) Constructors in net.minecraft.util.debugchart with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionRemoteSampleLogger
(int p_324142_, DebugSampleSubscriptionTracker p_323690_, RemoteDebugSampleType p_324327_) RemoteSampleLogger
(int p_324307_, DebugSampleSubscriptionTracker p_323949_, RemoteDebugSampleType p_323476_, long[] p_323539_) (package private)
SubscriptionRequest
(ServerPlayer player, RemoteDebugSampleType sampleType) Creates an instance of aSubscriptionRequest
record class.