Package net.minecraft.client.option
Enum Class ParticlesMode
- All Implemented Interfaces:
Serializable
,Comparable<ParticlesMode>
,Constable
,TranslatableOption
@Environment(CLIENT)
public enum ParticlesMode
extends Enum<ParticlesMode>
implements TranslatableOption
- Mappings:
Namespace Name named net/minecraft/client/option/ParticlesMode
intermediary net/minecraft/class_4066
official ffm
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final IntFunction
<ParticlesMode> private final int
private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParticlesMode
byId
(int id) int
getId()
static ParticlesMode
Returns the enum constant of this class with the specified name.static ParticlesMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector named ALL
Lnet/minecraft/client/option/ParticlesMode;ALL:Lnet/minecraft/client/option/ParticlesMode;
intermediary field_18197
Lnet/minecraft/class_4066;field_18197:Lnet/minecraft/class_4066;
official a
Lffm;a:Lffm;
-
DECREASED
- Mappings:
Namespace Name Mixin selector named DECREASED
Lnet/minecraft/client/option/ParticlesMode;DECREASED:Lnet/minecraft/client/option/ParticlesMode;
intermediary field_18198
Lnet/minecraft/class_4066;field_18198:Lnet/minecraft/class_4066;
official b
Lffm;b:Lffm;
-
MINIMAL
- Mappings:
Namespace Name Mixin selector named MINIMAL
Lnet/minecraft/client/option/ParticlesMode;MINIMAL:Lnet/minecraft/client/option/ParticlesMode;
intermediary field_18199
Lnet/minecraft/class_4066;field_18199:Lnet/minecraft/class_4066;
official c
Lffm;c:Lffm;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector named BY_ID
Lnet/minecraft/client/option/ParticlesMode;BY_ID:Ljava/util/function/IntFunction;
intermediary field_18200
Lnet/minecraft/class_4066;field_18200:Ljava/util/function/IntFunction;
official d
Lffm;d:Ljava/util/function/IntFunction;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/client/option/ParticlesMode;id:I
intermediary field_18201
Lnet/minecraft/class_4066;field_18201:I
official e
Lffm;e:I
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKey
Lnet/minecraft/client/option/ParticlesMode;translationKey:Ljava/lang/String;
intermediary field_18202
Lnet/minecraft/class_4066;field_18202:Ljava/lang/String;
official f
Lffm;f:Ljava/lang/String;
-
-
Constructor Details
-
ParticlesMode
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/option/ParticlesMode;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4066;<init>(Ljava/lang/String;IILjava/lang/String;)V
official <init>
Lffm;<init>(Ljava/lang/String;IILjava/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
-
getTranslationKey
- Specified by:
getTranslationKey
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector named getTranslationKey
Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
intermediary method_7359
Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
official b
Lazc;b()Ljava/lang/String;
-
getId
public int getId()- Specified by:
getId
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/util/TranslatableOption;getId()I
intermediary method_7362
Lnet/minecraft/class_7291;method_7362()I
official a
Lazc;a()I
-
byId
- Mappings:
Namespace Name Mixin selector named byId
Lnet/minecraft/client/option/ParticlesMode;byId(I)Lnet/minecraft/client/option/ParticlesMode;
intermediary method_18608
Lnet/minecraft/class_4066;method_18608(I)Lnet/minecraft/class_4066;
official a
Lffm;a(I)Lffm;
-