Enum Class EffectType

java.lang.Object
java.lang.Enum<EffectType>
vazkii.botania.network.EffectType
All Implemented Interfaces:
Serializable, Comparable<EffectType>, Constable

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

    • PAINT_LENS

      public static final EffectType PAINT_LENS
    • ARENA_INDICATOR

      public static final EffectType ARENA_INDICATOR
    • ITEM_SMOKE

      public static final EffectType ITEM_SMOKE
    • SPARK_NET_INDICATOR

      public static final EffectType SPARK_NET_INDICATOR
    • SPARK_MANA_FLOW

      public static final EffectType SPARK_MANA_FLOW
    • ENCHANTER_DESTROY

      public static final EffectType ENCHANTER_DESTROY
    • BLACK_LOTUS_DISSOLVE

      public static final EffectType BLACK_LOTUS_DISSOLVE
    • TERRA_PLATE

      public static final EffectType TERRA_PLATE
    • FLUGEL_EFFECT

      public static final EffectType FLUGEL_EFFECT
    • PARTICLE_BEAM

      public static final EffectType PARTICLE_BEAM
    • DIVA_EFFECT

      public static final EffectType DIVA_EFFECT
    • HALO_CRAFT

      public static final EffectType HALO_CRAFT
    • AVATAR_TORNADO_JUMP

      public static final EffectType AVATAR_TORNADO_JUMP
    • AVATAR_TORNADO_BOOST

      public static final EffectType AVATAR_TORNADO_BOOST
    • THUNDERCALLER_EFFECT

      public static final EffectType THUNDERCALLER_EFFECT
    • GRASS_SEED_PARTICLES

      public static final EffectType GRASS_SEED_PARTICLES
  • Field Details

    • argCount

      public final int argCount
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,EffectType> STREAM_CODEC
  • Method Details

    • values

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