Enum Class ParticleMode
- All Implemented Interfaces:
Serializable, Comparable<ParticleMode>, Constable, me.fzzyhmstrs.fzzy_config.util.EnumTranslatable, me.fzzyhmstrs.fzzy_config.util.Translatable, net.minecraft.util.StringRepresentable
public enum ParticleMode
extends Enum<ParticleMode>
implements net.minecraft.util.StringRepresentable, me.fzzyhmstrs.fzzy_config.util.EnumTranslatable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.util.EnumTranslatable
me.fzzyhmstrs.fzzy_config.util.EnumTranslatable.DefaultImplsNested classes/interfaces inherited from interface net.minecraft.util.StringRepresentable
net.minecraft.util.StringRepresentable.EnumCodec<E>, net.minecraft.util.StringRepresentable.StringRepresentableCodec<S>Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
me.fzzyhmstrs.fzzy_config.util.Translatable.Desc, me.fzzyhmstrs.fzzy_config.util.Translatable.Impls, me.fzzyhmstrs.fzzy_config.util.Translatable.Name, me.fzzyhmstrs.fzzy_config.util.Translatable.Prefix, me.fzzyhmstrs.fzzy_config.util.Translatable.Provider<T,S>, me.fzzyhmstrs.fzzy_config.util.Translatable.Result, me.fzzyhmstrs.fzzy_config.util.Translatable.Utils -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLDFields inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
Utils -
Method Summary
Modifier and TypeMethodDescription@NotNull String@NotNull Stringprefix()static ParticleModeReturns the enum constant of this class with the specified name.static ParticleMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface me.fzzyhmstrs.fzzy_config.util.EnumTranslatable
descriptionKey, prefixKey, translation, translationKeyMethods inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
description, descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefix, prefixOrNull, translationOrNull
-
Enum Constant Details
-
FANCY
-
LESS
-
MINIMAL
-
NONE
-
-
Field Details
-
CODEC
-
-
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
-
getSerializedName
- Specified by:
getSerializedNamein interfacenet.minecraft.util.StringRepresentable
-
prefix
- Specified by:
prefixin interfaceme.fzzyhmstrs.fzzy_config.util.EnumTranslatable
-