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.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final RemoteDebugSampleTypeClientboundDebugSamplePacket.debugSampleTypeThe field for thedebugSampleTyperecord component.Methods in net.minecraft.network.protocol.game that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionClientboundDebugSamplePacket.debugSampleType()Returns the value of thedebugSampleTyperecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionClientboundDebugSamplePacket(long[] sample, RemoteDebugSampleType debugSampleType) Creates an instance of aClientboundDebugSamplePacketrecord class. -
Uses of RemoteDebugSampleType in net.minecraft.util.debugchart
Fields in net.minecraft.util.debugchart declared as RemoteDebugSampleTypeModifier and TypeFieldDescriptionprivate final RemoteDebugSampleTypeRemoteSampleLogger.sampleTypeMethods in net.minecraft.util.debugchart that return RemoteDebugSampleTypeModifier and TypeMethodDescriptionstatic 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.Constructors in net.minecraft.util.debugchart with parameters of type RemoteDebugSampleTypeModifierConstructorDescriptionRemoteSampleLogger(int pSize, ServerDebugSubscribers pSubscribers, RemoteDebugSampleType pSampleType) RemoteSampleLogger(int pSize, ServerDebugSubscribers pSubscribers, RemoteDebugSampleType pSampleType, long[] pDefaults)