Package net.minecraft.entity.mob
Class IllusionerEntity.BlindTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
net.minecraft.entity.mob.IllusionerEntity.BlindTargetGoal
- Enclosing class:
- IllusionerEntity
class IllusionerEntity.BlindTargetGoal extends SpellcastingIllagerEntity.CastSpellGoal
- Mappings:
Namespace Name official bfd$aintermediary net/minecraft/class_1581$class_1582named net/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal
-
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 inttargetIdFields inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
spellCooldown, startTime -
Constructor Summary
Constructors Modifier Constructor Description privateBlindTargetGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()protected voidcastSpell()protected SoundEventgetSoundPrepare()protected SpellcastingIllagerEntity.SpellgetSpell()protected intgetSpellTicks()voidstart()protected intstartTimeDelay()Methods inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
getInitialCooldown, shouldContinue, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, toString
-
Field Details
-
targetId
private int targetId- Mappings:
Namespace Name Mixin selector official eLbfd$a;e:Iintermediary field_7298Lnet/minecraft/class_1581$class_1582;field_7298:Inamed targetIdLnet/minecraft/entity/mob/IllusionerEntity$BlindTargetGoal;targetId:I
-
-
Constructor Details
-
BlindTargetGoal
private BlindTargetGoal()
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official aLawx;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
start
public void start()- Overrides:
startin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official method_6269Lbfp$c;method_6269()Vintermediary method_6269Lnet/minecraft/class_1617$class_1620;method_6269()Vnamed startLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;start()V
-
getSpellTicks
protected int getSpellTicks()- Specified by:
getSpellTicksin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official gLbfp$c;g()Iintermediary method_7149Lnet/minecraft/class_1617$class_1620;method_7149()Inamed getSpellTicksLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSpellTicks()I
-
startTimeDelay
protected int startTimeDelay()- Specified by:
startTimeDelayin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official hLbfp$c;h()Iintermediary method_7151Lnet/minecraft/class_1617$class_1620;method_7151()Inamed startTimeDelayLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;startTimeDelay()I
-
castSpell
protected void castSpell()- Specified by:
castSpellin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official jLbfp$c;j()Vintermediary method_7148Lnet/minecraft/class_1617$class_1620;method_7148()Vnamed castSpellLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;castSpell()V
-
getSoundPrepare
- Specified by:
getSoundPreparein classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official kLbfp$c;k()Laef;intermediary method_7150Lnet/minecraft/class_1617$class_1620;method_7150()Lnet/minecraft/class_3414;named getSoundPrepareLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSoundPrepare()Lnet/minecraft/sound/SoundEvent;
-
getSpell
- Specified by:
getSpellin classSpellcastingIllagerEntity.CastSpellGoal- Mappings:
Namespace Name Mixin selector official lLbfp$c;l()Lbfp$a;intermediary method_7147Lnet/minecraft/class_1617$class_1620;method_7147()Lnet/minecraft/class_1617$class_1618;named getSpellLnet/minecraft/entity/mob/SpellcastingIllagerEntity$CastSpellGoal;getSpell()Lnet/minecraft/entity/mob/SpellcastingIllagerEntity$Spell;
-