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
- Mappings:
 Namespace Name named net/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoalintermediary net/minecraft/class_1614$class_1615official csc$a
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
getWanderTarget, ignoreChanceOnce, setChance, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString 
- 
Field Details
- 
direction
- Mappings:
 Namespace Name Mixin selector named directionLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;direction:Lnet/minecraft/util/math/Direction;intermediary field_7368Lnet/minecraft/class_1614$class_1615;field_7368:Lnet/minecraft/class_2350;official iLcsc$a;i:Ljh;
 - 
canInfest
private boolean canInfest- Mappings:
 Namespace Name Mixin selector named canInfestLnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;canInfest:Zintermediary field_7367Lnet/minecraft/class_1614$class_1615;field_7367:Zofficial jLcsc$a;j:Z
 
 - 
 - 
Constructor Details
- 
WanderAndInfestGoal
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/mob/SilverfishEntity$WanderAndInfestGoal;<init>(Lnet/minecraft/entity/mob/SilverfishEntity;)Vintermediary <init>Lnet/minecraft/class_1614$class_1615;<init>(Lnet/minecraft/class_1614;)Vofficial <init>Lcsc$a;<init>(Lcsc;)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classWanderAroundGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLchi;b()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classWanderAroundGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLchi;c()Z
 - 
start
public void start()- Overrides:
 startin classWanderAroundGoal- Mappings:
 Namespace Name Mixin selector named startLnet/minecraft/entity/ai/goal/Goal;start()Vintermediary method_6269Lnet/minecraft/class_1352;method_6269()Vofficial dLchi;d()V
 
 -