Uses of Enum Class
net.minecraft.util.DebugSampleType
Packages that use DebugSampleType
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of DebugSampleType in net.minecraft
Fields in net.minecraft declared as DebugSampleTypeFields in net.minecraft with type parameters of type DebugSampleTypeMethods in net.minecraft with parameters of type DebugSampleTypeConstructors in net.minecraft with parameters of type DebugSampleTypeModifierConstructorDescriptionclass_9193(int int2, SampleSubscriptionTracker sampleSubscriptionTracker, DebugSampleType debugSampleType) class_9193(int int2, SampleSubscriptionTracker sampleSubscriptionTracker, DebugSampleType debugSampleType, long[] long2) -
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,class_9191> DebugHud.field_48931Methods in net.minecraft.client.gui.hud with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionvoidDebugHud.method_56828(long[] long2, DebugSampleType debugSampleType) -
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 EnumMap<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) voidMinecraftServer.method_56625(ServerPlayerEntity serverPlayerEntity, DebugSampleType debugSampleType) booleanSampleSubscriptionTracker.shouldPush(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.method_56625(ServerPlayerEntity serverPlayerEntity, DebugSampleType debugSampleType) -
Uses of DebugSampleType in net.minecraft.util
Methods in net.minecraft.util 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.