Package net.minecraft.entity.mob
Enum SpellcastingIllagerEntity.Spell
java.lang.Object
java.lang.Enum<SpellcastingIllagerEntity.Spell>
net.minecraft.entity.mob.SpellcastingIllagerEntity.Spell
- All Implemented Interfaces:
Serializable
,Comparable<SpellcastingIllagerEntity.Spell>
,java.lang.constant.Constable
- Enclosing class:
- SpellcastingIllagerEntity
public static enum SpellcastingIllagerEntity.Spell extends Enum<SpellcastingIllagerEntity.Spell>
- Mappings:
Namespace Name official bfp$a
intermediary net/minecraft/class_1617$class_1618
named net/minecraft/entity/mob/SpellcastingIllagerEntity$Spell
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private int
id
private double[]
particleVelocity
-
Constructor Summary
Constructors Modifier Constructor Description private
Spell(int id, double particleVelocityX, double particleVelocityY, double particleVelocityZ)
-
Method Summary
Modifier and Type Method Description static SpellcastingIllagerEntity.Spell
byId(int id)
static SpellcastingIllagerEntity.Spell
valueOf(String name)
Returns the enum constant of this type with the specified name.static SpellcastingIllagerEntity.Spell[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lbfp$a;a:Lbfp$a;
intermediary field_7377
Lnet/minecraft/class_1617$class_1618;field_7377:Lnet/minecraft/class_1617$class_1618;
named NONE
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;NONE:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
SUMMON_VEX
- Mappings:
Namespace Name Mixin selector official b
Lbfp$a;b:Lbfp$a;
intermediary field_7379
Lnet/minecraft/class_1617$class_1618;field_7379:Lnet/minecraft/class_1617$class_1618;
named SUMMON_VEX
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;SUMMON_VEX:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
FANGS
- Mappings:
Namespace Name Mixin selector official c
Lbfp$a;c:Lbfp$a;
intermediary field_7380
Lnet/minecraft/class_1617$class_1618;field_7380:Lnet/minecraft/class_1617$class_1618;
named FANGS
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;FANGS:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
WOLOLO
- Mappings:
Namespace Name Mixin selector official d
Lbfp$a;d:Lbfp$a;
intermediary field_7381
Lnet/minecraft/class_1617$class_1618;field_7381:Lnet/minecraft/class_1617$class_1618;
named WOLOLO
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;WOLOLO:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
DISAPPEAR
- Mappings:
Namespace Name Mixin selector official e
Lbfp$a;e:Lbfp$a;
intermediary field_7382
Lnet/minecraft/class_1617$class_1618;field_7382:Lnet/minecraft/class_1617$class_1618;
named DISAPPEAR
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;DISAPPEAR:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
BLINDNESS
- Mappings:
Namespace Name Mixin selector official f
Lbfp$a;f:Lbfp$a;
intermediary field_7378
Lnet/minecraft/class_1617$class_1618;field_7378:Lnet/minecraft/class_1617$class_1618;
named BLINDNESS
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;BLINDNESS:Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-
-
Field Details
-
id
private final int id- Mappings:
Namespace Name Mixin selector official g
Lbfp$a;g:I
intermediary field_7375
Lnet/minecraft/class_1617$class_1618;field_7375:I
named id
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;id:I
-
particleVelocity
private final double[] particleVelocity- Mappings:
Namespace Name Mixin selector official h
Lbfp$a;h:[D
intermediary field_7374
Lnet/minecraft/class_1617$class_1618;field_7374:[D
named particleVelocity
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;particleVelocity:[D
-
-
Constructor Details
-
Spell
private Spell(int id, double particleVelocityX, double particleVelocityY, double particleVelocityZ)- Mappings:
Namespace Name Mixin selector official <init>
Lbfp$a;<init>(Ljava/lang/String;IIDDD)V
intermediary <init>
Lnet/minecraft/class_1617$class_1618;<init>(Ljava/lang/String;IIDDD)V
named <init>
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;<init>(Ljava/lang/String;IIDDD)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
byId
- Mappings:
Namespace Name Mixin selector official a
Lbfp$a;a(I)Lbfp$a;
intermediary method_7144
Lnet/minecraft/class_1617$class_1618;method_7144(I)Lnet/minecraft/class_1617$class_1618;
named byId
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;byId(I)Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-