Enum Class ParticleMode

java.lang.Object
java.lang.Enum<ParticleMode>
me.emafire003.dev.ohmymeteors.util.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.DefaultImpls

    Nested 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
    Enum Constant
    Description
     
     
     
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<ParticleMode>
     

    Fields inherited from interface net.minecraft.util.StringRepresentable

    PRE_BUILT_MAP_THRESHOLD

    Fields inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable

    Utils
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
    Returns the enum constant of this class with the specified name.
    static ParticleMode[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.util.EnumTranslatable

    descriptionKey, prefixKey, translation, translationKey

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable

    description, descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefix, prefixOrNull, translationOrNull
  • Enum Constant Details

  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ParticleMode> CODEC
  • Method Details

    • values

      public static ParticleMode[] 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

      public static ParticleMode valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getSerializedName

      @NotNull public @NotNull String getSerializedName()
      Specified by:
      getSerializedName in interface net.minecraft.util.StringRepresentable
    • prefix

      @NotNull public @NotNull String prefix()
      Specified by:
      prefix in interface me.fzzyhmstrs.fzzy_config.util.EnumTranslatable