Package net.minecraft.entity.mob
Class EvokerEntity.WololoGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
net.minecraft.entity.mob.EvokerEntity.WololoGoal
- Enclosing class:
- EvokerEntity
public class EvokerEntity.WololoGoal extends SpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name official bey$d
intermediary net/minecraft/class_1564$class_1568
named net/minecraft/entity/mob/EvokerEntity$WololoGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description private TargetPredicate
convertibleSheepPredicate
Fields inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
spellCooldown, startTime
-
Constructor Summary
Constructors Constructor Description WololoGoal()
-
Method Summary
Modifier and Type Method Description boolean
canStart()
protected void
castSpell()
protected int
getInitialCooldown()
protected SoundEvent
getSoundPrepare()
protected SpellcastingIllagerEntity.Spell
getSpell()
protected int
getSpellTicks()
boolean
shouldContinue()
protected int
startTimeDelay()
void
stop()
Methods inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
start, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
convertibleSheepPredicate
- Mappings:
Namespace Name Mixin selector official e
Lbey$d;e:Lbal;
intermediary field_7269
Lnet/minecraft/class_1564$class_1568;field_7269:Lnet/minecraft/class_4051;
named convertibleSheepPredicate
Lnet/minecraft/entity/mob/EvokerEntity$WololoGoal;convertibleSheepPredicate:Lnet/minecraft/entity/ai/TargetPredicate;
-
-
Constructor Details
-
WololoGoal
public WololoGoal()
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official a
Lawx;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official b
Lawx;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
stop
public void stop() -
castSpell
protected void castSpell()- Specified by:
castSpell
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official j
Lbfp$c;j()V
intermediary method_7148
Lnet/minecraft/class_1617$class_1620;method_7148()V
named castSpell
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;castSpell()V
-
getInitialCooldown
protected int getInitialCooldown()- Overrides:
getInitialCooldown
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official m
Lbfp$c;m()I
intermediary method_7146
Lnet/minecraft/class_1617$class_1620;method_7146()I
named getInitialCooldown
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getInitialCooldown()I
-
getSpellTicks
protected int getSpellTicks()- Specified by:
getSpellTicks
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official g
Lbfp$c;g()I
intermediary method_7149
Lnet/minecraft/class_1617$class_1620;method_7149()I
named getSpellTicks
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSpellTicks()I
-
startTimeDelay
protected int startTimeDelay()- Specified by:
startTimeDelay
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official h
Lbfp$c;h()I
intermediary method_7151
Lnet/minecraft/class_1617$class_1620;method_7151()I
named startTimeDelay
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;startTimeDelay()I
-
getSoundPrepare
- Specified by:
getSoundPrepare
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official k
Lbfp$c;k()Laef;
intermediary method_7150
Lnet/minecraft/class_1617$class_1620;method_7150()Lnet/minecraft/class_3414;
named getSoundPrepare
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSoundPrepare()Lnet/minecraft/sound/SoundEvent;
-
getSpell
- Specified by:
getSpell
in classSpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name Mixin selector official l
Lbfp$c;l()Lbfp$a;
intermediary method_7147
Lnet/minecraft/class_1617$class_1620;method_7147()Lnet/minecraft/class_1617$class_1618;
named getSpell
Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSpell()Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-