Package net.minecraft.entity.mob
Class SilverfishEntity.WanderAndInfestGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.mob.SilverfishEntity.WanderAndInfestGoal
- Enclosing class:
- SilverfishEntity
static class SilverfishEntity.WanderAndInfestGoal extends WanderAroundGoal
- Mappings:
Namespace Name official vz$aintermediary net/minecraft/class_1933$class_1934named net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal
-
Field Summary
Fields Modifier and Type Field Description private booleancanInfestprivate SilverfishEntityfield_8238private Directionfield_8239 -
Constructor Summary
Constructors Constructor Description WanderAndInfestGoal(SilverfishEntity silverfishEntity) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
ignoreChanceOnce, setChanceMethods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369, stop, tick
-
Field Details
-
field_8238
- Mappings:
Namespace Name Mixin selector official aLvz$a;a:Lvz;intermediary field_8238Lnet/minecraft/class_1933$class_1934;field_8238:Lnet/minecraft/class_1933;named field_8238Lnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;field_8238:Lnet/minecraft/entity/mob/SilverfishEntity;
-
field_8239
- Mappings:
Namespace Name Mixin selector official bLvz$a;b:Lcq;intermediary field_8239Lnet/minecraft/class_1933$class_1934;field_8239:Lnet/minecraft/class_1383;named field_8239Lnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;field_8239:Lnet/minecraft/util/math/Direction;
-
canInfest
private boolean canInfest- Mappings:
Namespace Name Mixin selector official cLvz$a;c:Zintermediary field_8240Lnet/minecraft/class_1933$class_1934;field_8240:Znamed canInfestLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;canInfest:Z
-
-
Constructor Details
-
WanderAndInfestGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official aLrd;a()Zintermediary method_7362Lnet/minecraft/class_1789;method_7362()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official bLrd;b()Zintermediary method_7364Lnet/minecraft/class_1789;method_7364()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start()- Overrides:
startin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official cLrd;c()Vintermediary method_7365Lnet/minecraft/class_1789;method_7365()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
-