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[] pSample, RemoteDebugSampleType pSampleType) -
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 pSampleType) -
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 pPlayer, RemoteDebugSampleType pSampleType) -
Uses of RemoteDebugSampleType in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoid
DedicatedServer.subscribeToDebugSample
(ServerPlayer pPlayer, RemoteDebugSampleType pSampleType) -
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 EnumMap
<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 pSampleType) void
DebugSampleSubscriptionTracker.subscribe
(ServerPlayer pPlayer, RemoteDebugSampleType pSampleType) Constructors in net.minecraft.util.debugchart with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionRemoteSampleLogger
(int pSize, DebugSampleSubscriptionTracker pSubscriptionTracker, RemoteDebugSampleType pSampleType) RemoteSampleLogger
(int pSize, DebugSampleSubscriptionTracker pSubscriptionTracker, RemoteDebugSampleType pSampleType, long[] pDefaults) (package private)
SubscriptionRequest
(ServerPlayer player, RemoteDebugSampleType sampleType) Creates an instance of aSubscriptionRequest
record class.