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 DebugSampleTypeModifier and TypeFieldDescriptionprivate final DebugSampleTypeclass_9193.field_48820private final DebugSampleTypeclass_9188.class_9189.sampleTypeThe field for thesampleTyperecord component.Fields in net.minecraft with type parameters of type DebugSampleTypeModifier and TypeFieldDescriptionprivate final EnumMap<DebugSampleType,Map<ServerPlayerEntity, class_9188.class_9190>> class_9188.field_48811private final EnumMap<DebugSampleType,Long> class_9211.field_48937Methods in net.minecraft that return DebugSampleTypeModifier and TypeMethodDescriptionclass_9188.class_9189.sampleType()Returns the value of thesampleTyperecord component.Methods in net.minecraft with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionvoidclass_9188.method_56656(ServerPlayerEntity serverPlayerEntity, DebugSampleType debugSampleType) booleanclass_9188.method_56657(DebugSampleType debugSampleType) private voidclass_9211.method_56831(DebugSampleType debugSampleType) Constructors in net.minecraft with parameters of type DebugSampleTypeModifierConstructorDescription(package private)class_9189(ServerPlayerEntity serverPlayerEntity, DebugSampleType debugSampleType) class_9193(int int2, class_9188 class_9188, DebugSampleType debugSampleType) class_9193(int int2, class_9188 class_9188, 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
Methods in net.minecraft.server with parameters of type DebugSampleTypeModifier and TypeMethodDescriptionvoidMinecraftServer.method_56625(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.