Package net.minecraft.client.util.tracy
Enum Class TracyFrameCapturer.Status
- All Implemented Interfaces:
Serializable
,Comparable<TracyFrameCapturer.Status>
,Constable
- Enclosing class:
TracyFrameCapturer
- Mappings:
Namespace Name named net/minecraft/client/util/tracy/TracyFrameCapturer$Status
intermediary net/minecraft/class_10219$class_10857
official fii$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TracyFrameCapturer.Status
Returns the enum constant of this class with the specified name.static TracyFrameCapturer.Status[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WAITING_FOR_CAPTURE
- Mappings:
Namespace Name Mixin selector named WAITING_FOR_CAPTURE
Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;WAITING_FOR_CAPTURE:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;
intermediary field_57834
Lnet/minecraft/class_10219$class_10857;field_57834:Lnet/minecraft/class_10219$class_10857;
official a
Lfii$a;a:Lfii$a;
-
WAITING_FOR_COPY
- Mappings:
Namespace Name Mixin selector named WAITING_FOR_COPY
Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;WAITING_FOR_COPY:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;
intermediary field_57835
Lnet/minecraft/class_10219$class_10857;field_57835:Lnet/minecraft/class_10219$class_10857;
official b
Lfii$a;b:Lfii$a;
-
WAITING_FOR_UPLOAD
- Mappings:
Namespace Name Mixin selector named WAITING_FOR_UPLOAD
Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;WAITING_FOR_UPLOAD:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$Status;
intermediary field_57836
Lnet/minecraft/class_10219$class_10857;field_57836:Lnet/minecraft/class_10219$class_10857;
official c
Lfii$a;c:Lfii$a;
-
-
Constructor Details
-
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
-