Package net.minecraft.client.util.tracy
Enum Class TracyFrameCapturer.class_10857
java.lang.Object
java.lang.Enum<TracyFrameCapturer.class_10857>
net.minecraft.client.util.tracy.TracyFrameCapturer.class_10857
- All Implemented Interfaces:
Serializable,Comparable<TracyFrameCapturer.class_10857>,Constable
- Enclosing class:
TracyFrameCapturer
@Environment(CLIENT)
static enum TracyFrameCapturer.class_10857
extends Enum<TracyFrameCapturer.class_10857>
- Mappings:
Namespace Name named net/minecraft/client/util/tracy/TracyFrameCapturer$class_10857intermediary net/minecraft/class_10219$class_10857official fhw$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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TracyFrameCapturer.class_10857[]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_CAPTURELnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;WAITING_FOR_CAPTURE:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;intermediary field_57834Lnet/minecraft/class_10219$class_10857;field_57834:Lnet/minecraft/class_10219$class_10857;official aLfhw$a;a:Lfhw$a;
-
WAITING_FOR_COPY
- Mappings:
Namespace Name Mixin selector named WAITING_FOR_COPYLnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;WAITING_FOR_COPY:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;intermediary field_57835Lnet/minecraft/class_10219$class_10857;field_57835:Lnet/minecraft/class_10219$class_10857;official bLfhw$a;b:Lfhw$a;
-
WAITING_FOR_UPLOAD
- Mappings:
Namespace Name Mixin selector named WAITING_FOR_UPLOADLnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;WAITING_FOR_UPLOAD:Lnet/minecraft/client/util/tracy/TracyFrameCapturer$class_10857;intermediary field_57836Lnet/minecraft/class_10219$class_10857;field_57836:Lnet/minecraft/class_10219$class_10857;official cLfhw$a;c:Lfhw$a;
-
-
Constructor Details
-
class_10857
private class_10857()
-
-
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
-