Enum Class Particles

java.lang.Object
java.lang.Enum<Particles>
com.pixelmonmod.pixelmon.client.particle.Particles
All Implemented Interfaces:
Serializable, Comparable<Particles>, Constable

public enum Particles extends Enum<Particles>
  • Enum Constant Details

    • Blob

      public static final Particles Blob
    • BlueMagic

      public static final Particles BlueMagic
    • CycloneBlob

      public static final Particles CycloneBlob
    • Dragon

      public static final Particles Dragon
    • Electric

      public static final Particles Electric
    • Leaf

      public static final Particles Leaf
    • RedOrbShrinking

      public static final Particles RedOrbShrinking
    • ShadowBlob

      public static final Particles ShadowBlob
    • Shiny

      public static final Particles Shiny
    • SlingRing

      public static final Particles SlingRing
    • SmallRising

      public static final Particles SmallRising
  • Method Details

    • values

      public static Particles[] 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 Particles 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
    • write

      public static void write(net.minecraft.network.FriendlyByteBuf buf, Particles particle, Object... args)
    • read

      public static ParticleEffect read(io.netty.buffer.ByteBuf buf)