Package net.minecraft.util.profiler
Enum Class SampleType
- All Implemented Interfaces:
Serializable
,Comparable<SampleType>
,Constable
- Mappings:
Namespace Name official bbs
intermediary net/minecraft/class_5949
named net/minecraft/util/profiler/SampleType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
static SampleType
Returns the enum constant of this class with the specified name.static SampleType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PATH_FINDING
- Mappings:
Namespace Name Mixin selector official a
Lbbs;a:Lbbs;
intermediary field_33876
Lnet/minecraft/class_5949;field_33876:Lnet/minecraft/class_5949;
named PATH_FINDING
Lnet/minecraft/util/profiler/SampleType;PATH_FINDING:Lnet/minecraft/util/profiler/SampleType;
-
EVENT_LOOPS
- Mappings:
Namespace Name Mixin selector official b
Lbbs;b:Lbbs;
intermediary field_29551
Lnet/minecraft/class_5949;field_29551:Lnet/minecraft/class_5949;
named EVENT_LOOPS
Lnet/minecraft/util/profiler/SampleType;EVENT_LOOPS:Lnet/minecraft/util/profiler/SampleType;
-
MAIL_BOXES
- Mappings:
Namespace Name Mixin selector official c
Lbbs;c:Lbbs;
intermediary field_29552
Lnet/minecraft/class_5949;field_29552:Lnet/minecraft/class_5949;
named MAIL_BOXES
Lnet/minecraft/util/profiler/SampleType;MAIL_BOXES:Lnet/minecraft/util/profiler/SampleType;
-
TICK_LOOP
- Mappings:
Namespace Name Mixin selector official d
Lbbs;d:Lbbs;
intermediary field_33877
Lnet/minecraft/class_5949;field_33877:Lnet/minecraft/class_5949;
named TICK_LOOP
Lnet/minecraft/util/profiler/SampleType;TICK_LOOP:Lnet/minecraft/util/profiler/SampleType;
-
JVM
- Mappings:
Namespace Name Mixin selector official e
Lbbs;e:Lbbs;
intermediary field_33878
Lnet/minecraft/class_5949;field_33878:Lnet/minecraft/class_5949;
named JVM
Lnet/minecraft/util/profiler/SampleType;JVM:Lnet/minecraft/util/profiler/SampleType;
-
CHUNK_RENDERING
- Mappings:
Namespace Name Mixin selector official f
Lbbs;f:Lbbs;
intermediary field_33879
Lnet/minecraft/class_5949;field_33879:Lnet/minecraft/class_5949;
named CHUNK_RENDERING
Lnet/minecraft/util/profiler/SampleType;CHUNK_RENDERING:Lnet/minecraft/util/profiler/SampleType;
-
CHUNK_RENDERING_DISPATCHING
- Mappings:
Namespace Name Mixin selector official g
Lbbs;g:Lbbs;
intermediary field_33880
Lnet/minecraft/class_5949;field_33880:Lnet/minecraft/class_5949;
named CHUNK_RENDERING_DISPATCHING
Lnet/minecraft/util/profiler/SampleType;CHUNK_RENDERING_DISPATCHING:Lnet/minecraft/util/profiler/SampleType;
-
CPU
- Mappings:
Namespace Name Mixin selector official h
Lbbs;h:Lbbs;
intermediary field_33881
Lnet/minecraft/class_5949;field_33881:Lnet/minecraft/class_5949;
named CPU
Lnet/minecraft/util/profiler/SampleType;CPU:Lnet/minecraft/util/profiler/SampleType;
-
GPU
- Mappings:
Namespace Name Mixin selector official i
Lbbs;i:Lbbs;
intermediary field_37416
Lnet/minecraft/class_5949;field_37416:Lnet/minecraft/class_5949;
named GPU
Lnet/minecraft/util/profiler/SampleType;GPU:Lnet/minecraft/util/profiler/SampleType;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official j
Lbbs;j:Ljava/lang/String;
intermediary field_29553
Lnet/minecraft/class_5949;field_29553:Ljava/lang/String;
named name
Lnet/minecraft/util/profiler/SampleType;name:Ljava/lang/String;
-
-
Constructor Details
-
SampleType
- Mappings:
Namespace Name Mixin selector official <init>
Lbbs;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5949;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/util/profiler/SampleType;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector official a
Lbbs;a()Ljava/lang/String;
intermediary method_34700
Lnet/minecraft/class_5949;method_34700()Ljava/lang/String;
named getName
Lnet/minecraft/util/profiler/SampleType;getName()Ljava/lang/String;
-