Package net.minecraft.client.option
Enum Class InactivityFpsLimiter.LimitReason
java.lang.Object
java.lang.Enum<InactivityFpsLimiter.LimitReason>
net.minecraft.client.option.InactivityFpsLimiter.LimitReason
- All Implemented Interfaces:
Serializable,Comparable<InactivityFpsLimiter.LimitReason>,Constable
- Enclosing class:
InactivityFpsLimiter
@Environment(CLIENT)
public static enum InactivityFpsLimiter.LimitReason
extends Enum<InactivityFpsLimiter.LimitReason>
- Mappings:
Namespace Name named net/minecraft/client/option/InactivityFpsLimiter$LimitReasonintermediary net/minecraft/class_9919$class_10601official fjy$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 InactivityFpsLimiter.LimitReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;NONE:Lnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;intermediary field_55843Lnet/minecraft/class_9919$class_10601;field_55843:Lnet/minecraft/class_9919$class_10601;official aLfjy$a;a:Lfjy$a;
-
WINDOW_ICONIFIED
- Mappings:
Namespace Name Mixin selector named WINDOW_ICONIFIEDLnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;WINDOW_ICONIFIED:Lnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;intermediary field_55844Lnet/minecraft/class_9919$class_10601;field_55844:Lnet/minecraft/class_9919$class_10601;official bLfjy$a;b:Lfjy$a;
-
LONG_AFK
- Mappings:
Namespace Name Mixin selector named LONG_AFKLnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;LONG_AFK:Lnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;intermediary field_55845Lnet/minecraft/class_9919$class_10601;field_55845:Lnet/minecraft/class_9919$class_10601;official cLfjy$a;c:Lfjy$a;
-
SHORT_AFK
- Mappings:
Namespace Name Mixin selector named SHORT_AFKLnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;SHORT_AFK:Lnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;intermediary field_55846Lnet/minecraft/class_9919$class_10601;field_55846:Lnet/minecraft/class_9919$class_10601;official dLfjy$a;d:Lfjy$a;
-
OUT_OF_LEVEL_MENU
- Mappings:
Namespace Name Mixin selector named OUT_OF_LEVEL_MENULnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;OUT_OF_LEVEL_MENU:Lnet/minecraft/client/option/InactivityFpsLimiter$LimitReason;intermediary field_55847Lnet/minecraft/class_9919$class_10601;field_55847:Lnet/minecraft/class_9919$class_10601;official eLfjy$a;e:Lfjy$a;
-
-
Constructor Details
-
LimitReason
private LimitReason()
-
-
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
-