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.remoteSupportingLoggersMethods in net.minecraft.client.gui.components with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoidDebugScreenOverlay.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.lastRequestedMethods in net.minecraft.client.multiplayer with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionprivate voidDebugSampleSubscriber.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 RemoteDebugSampleTypeClientboundDebugSamplePacket.debugSampleTypeThe field for thedebugSampleTyperecord component.private final RemoteDebugSampleTypeServerboundDebugSampleSubscriptionPacket.sampleTypeThe field for thesampleTyperecord component.Methods in net.minecraft.network.protocol.game that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionClientboundDebugSamplePacket.debugSampleType()Returns the value of thedebugSampleTyperecord component.ServerboundDebugSampleSubscriptionPacket.sampleType()Returns the value of thesampleTyperecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionClientboundDebugSamplePacket(long[] sample, RemoteDebugSampleType debugSampleType) Creates an instance of aClientboundDebugSamplePacketrecord class.Creates an instance of aServerboundDebugSampleSubscriptionPacketrecord class. -
Uses of RemoteDebugSampleType in net.minecraft.server
Methods in net.minecraft.server with parameters of type RemoteDebugSampleTypeModifier and TypeMethodDescriptionvoidMinecraftServer.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 TypeMethodDescriptionvoidDedicatedServer.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 RemoteDebugSampleTypeDebugSampleSubscriptionTracker.SubscriptionRequest.sampleTypeThe field for thesampleTyperecord component.private final RemoteDebugSampleTypeRemoteSampleLogger.sampleTypeFields in net.minecraft.util.debugchart with type parameters of type RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final EnumMap<RemoteDebugSampleType, Map<ServerPlayer, DebugSampleSubscriptionTracker.SubscriptionStartedAt>> DebugSampleSubscriptionTracker.subscriptionsMethods in net.minecraft.util.debugchart that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionDebugSampleSubscriptionTracker.SubscriptionRequest.sampleType()Returns the value of thesampleTyperecord component.static RemoteDebugSampleTypeReturns 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 TypeMethodDescriptionbooleanDebugSampleSubscriptionTracker.shouldLogSamples(RemoteDebugSampleType pSampleType) voidDebugSampleSubscriptionTracker.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 aSubscriptionRequestrecord class.