Uses of Enum Class
net.minecraft.util.profiler.log.DebugSampleType
Packages that use DebugSampleType
Package
Description
-
Uses of DebugSampleType in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type DebugSampleTypeModifier and TypeFieldDescriptionprivate final Map<DebugSampleType, MultiValueDebugSampleLogImpl> DebugHud.receivedDebugSamplesMethods in net.minecraft.client.gui.hud with parameters of type DebugSampleType -
Uses of DebugSampleType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as DebugSampleTypeModifier and TypeFieldDescriptionprivate final DebugSampleTypeDebugSampleS2CPacket.debugSampleTypeThe field for thedebugSampleTyperecord component.Methods in net.minecraft.network.packet.s2c.play that return DebugSampleTypeModifier and TypeMethodDescriptionDebugSampleS2CPacket.debugSampleType()Returns the value of thedebugSampleTyperecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type DebugSampleTypeModifierConstructorDescriptionDebugSampleS2CPacket(long[] sample, DebugSampleType debugSampleType) Creates an instance of aDebugSampleS2CPacketrecord class. -
Uses of DebugSampleType in net.minecraft.util.profiler.log
Fields in net.minecraft.util.profiler.log declared as DebugSampleTypeMethods in net.minecraft.util.profiler.log that return DebugSampleTypeModifier and TypeMethodDescriptionstatic DebugSampleTypeReturns the enum constant of this class with the specified name.static DebugSampleType[]DebugSampleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.profiler.log with parameters of type DebugSampleTypeModifierConstructorDescriptionSubscribableDebugSampleLog(int size, SubscriberTracker tracker, DebugSampleType type) SubscribableDebugSampleLog(int size, SubscriberTracker tracker, DebugSampleType type, long[] defaults)