Package net.minecraft.particle
Enum Class ParticlesMode
- All Implemented Interfaces:
Serializable,Comparable<ParticlesMode>,Constable,TranslatableOption
- Mappings:
Namespace Name named net/minecraft/particle/ParticlesModeintermediary net/minecraft/class_4066official art
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IntFunction<ParticlesMode> private final intprivate final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticlesModebyId(int id) intgetId()static ParticlesModeReturns 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, valueOfMethods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector named ALLLnet/minecraft/particle/ParticlesMode;ALL:Lnet/minecraft/particle/ParticlesMode;intermediary field_18197Lnet/minecraft/class_4066;field_18197:Lnet/minecraft/class_4066;official aLart;a:Lart;
-
DECREASED
- Mappings:
Namespace Name Mixin selector named DECREASEDLnet/minecraft/particle/ParticlesMode;DECREASED:Lnet/minecraft/particle/ParticlesMode;intermediary field_18198Lnet/minecraft/class_4066;field_18198:Lnet/minecraft/class_4066;official bLart;b:Lart;
-
MINIMAL
- Mappings:
Namespace Name Mixin selector named MINIMALLnet/minecraft/particle/ParticlesMode;MINIMAL:Lnet/minecraft/particle/ParticlesMode;intermediary field_18199Lnet/minecraft/class_4066;field_18199:Lnet/minecraft/class_4066;official cLart;c:Lart;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector named BY_IDLnet/minecraft/particle/ParticlesMode;BY_ID:Ljava/util/function/IntFunction;intermediary field_18200Lnet/minecraft/class_4066;field_18200:Ljava/util/function/IntFunction;official dLart;d:Ljava/util/function/IntFunction;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/particle/ParticlesMode;id:Iintermediary field_18201Lnet/minecraft/class_4066;field_18201:Iofficial eLart;e:I
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/particle/ParticlesMode;translationKey:Ljava/lang/String;intermediary field_18202Lnet/minecraft/class_4066;field_18202:Ljava/lang/String;official fLart;f:Ljava/lang/String;
-
-
Constructor Details
-
ParticlesMode
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/particle/ParticlesMode;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4066;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lart;<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:
getTranslationKeyin interfaceTranslatableOption- Mappings:
Namespace Name Mixin selector named getTranslationKeyLnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;intermediary method_7359Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;official aLbac;a()Ljava/lang/String;
-
getId
public int getId()- Specified by:
getIdin interfaceTranslatableOption- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/util/TranslatableOption;getId()Iintermediary method_7362Lnet/minecraft/class_7291;method_7362()Iofficial bLbac;b()I
-
byId
- Mappings:
Namespace Name Mixin selector named byIdLnet/minecraft/particle/ParticlesMode;byId(I)Lnet/minecraft/particle/ParticlesMode;intermediary method_18608Lnet/minecraft/class_4066;method_18608(I)Lnet/minecraft/class_4066;official aLart;a(I)Lart;
-