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.client.network
Fields in net.minecraft.client.network with type parameters of type DebugSampleTypeModifier and TypeFieldDescriptionprivate final EnumMap<DebugSampleType, Long> DebugSampleSubscriber.lastTimeMethods in net.minecraft.client.network with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionprivate voidDebugSampleSubscriber.subscribe(DebugSampleType type) -
Uses of DebugSampleType in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as DebugSampleTypeModifier and TypeFieldDescriptionprivate final DebugSampleTypeDebugSampleSubscriptionC2SPacket.sampleTypeThe field for thesampleTyperecord component.Methods in net.minecraft.network.packet.c2s.play that return DebugSampleTypeModifier and TypeMethodDescriptionDebugSampleSubscriptionC2SPacket.sampleType()Returns the value of thesampleTyperecord component.Constructors in net.minecraft.network.packet.c2s.play 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[] long2, DebugSampleType debugSampleType) -
Uses of DebugSampleType in net.minecraft.server
Fields in net.minecraft.server declared as DebugSampleTypeModifier and TypeFieldDescriptionprivate final DebugSampleTypeSampleSubscriptionTracker.PlayerSubscriptionData.sampleTypeThe field for thesampleTyperecord component.Fields in net.minecraft.server with type parameters of type DebugSampleTypeModifier and TypeFieldDescriptionprivate final Map<DebugSampleType, Map<ServerPlayerEntity, SampleSubscriptionTracker.MeasureTimeTick>> SampleSubscriptionTracker.subscriptionMapMethods in net.minecraft.server that return DebugSampleTypeModifier and TypeMethodDescriptionSampleSubscriptionTracker.PlayerSubscriptionData.sampleType()Returns the value of thesampleTyperecord component.Methods in net.minecraft.server with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionvoidSampleSubscriptionTracker.addPlayer(ServerPlayerEntity player, DebugSampleType type) booleanSampleSubscriptionTracker.shouldPush(DebugSampleType type) voidMinecraftServer.subscribeToDebugSample(ServerPlayerEntity player, DebugSampleType type) Constructors in net.minecraft.server with parameters of type DebugSampleTypeModifierConstructorDescription(package private)PlayerSubscriptionData(ServerPlayerEntity serverPlayerEntity, DebugSampleType debugSampleType) -
Uses of DebugSampleType in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionvoidMinecraftDedicatedServer.subscribeToDebugSample(ServerPlayerEntity player, DebugSampleType type) -
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, SampleSubscriptionTracker tracker, DebugSampleType type) SubscribableDebugSampleLog(int size, SampleSubscriptionTracker tracker, DebugSampleType type, long[] defaults)