Package vazkii.botania.network
Enum Class EffectType
- All Implemented Interfaces:
Serializable,Comparable<EffectType>,Constable
-
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 TypeFieldDescriptionfinal intstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, EffectType> -
Method Summary
Modifier and TypeMethodDescriptionstatic EffectTypeReturns the enum constant of this class with the specified name.static EffectType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PAINT_LENS
-
ARENA_INDICATOR
-
ITEM_SMOKE
-
SPARK_NET_INDICATOR
-
SPARK_MANA_FLOW
-
ENCHANTER_DESTROY
-
BLACK_LOTUS_DISSOLVE
-
TERRA_PLATE
-
FLUGEL_EFFECT
-
PARTICLE_BEAM
-
DIVA_EFFECT
-
HALO_CRAFT
-
AVATAR_TORNADO_JUMP
-
AVATAR_TORNADO_BOOST
-
THUNDERCALLER_EFFECT
-
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
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
-