Package net.minecraft.entity.mob
Class DrownedEntity.LeaveWaterGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.mob.DrownedEntity.LeaveWaterGoal
- Enclosing class:
 DrownedEntity
- Mappings:
 Namespace Name named net/minecraft/entity/mob/DrownedEntity$LeaveWaterGoalintermediary net/minecraft/class_1551$class_1554official crj$b
- 
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.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredDistanceToTarget, getInterval, getTargetPos, hasReached, shouldResetPath, shouldRunEveryTick, startMovingToTarget, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, toGoalTicks, toString 
- 
Field Details
- 
drowned
- Mappings:
 Namespace Name Mixin selector named drownedLnet/minecraft/entity/mob/DrownedEntity$LeaveWaterGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;intermediary field_7237Lnet/minecraft/class_1551$class_1554;field_7237:Lnet/minecraft/class_1551;official gLcrj$b;g:Lcrj;
 
 - 
 - 
Constructor Details
- 
LeaveWaterGoal
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/mob/DrownedEntity$LeaveWaterGoal;<init>(Lnet/minecraft/entity/mob/DrownedEntity;D)Vintermediary <init>Lnet/minecraft/class_1551$class_1554;<init>(Lnet/minecraft/class_1551;D)Vofficial <init>Lcrj$b;<init>(Lcrj;D)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classMoveToTargetPosGoal- 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 classMoveToTargetPosGoal- 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
 - 
isTargetPos
- Specified by:
 isTargetPosin classMoveToTargetPosGoal- Mappings:
 Namespace Name Mixin selector named isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Zofficial aLchv;a(Ldmx;Ljb;)Z
 - 
start
public void start()- Overrides:
 startin classMoveToTargetPosGoal- 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
 - 
stop
public void stop() 
 -