Package net.minecraft.entity.ai.goal
Class MoveIntoWaterGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveIntoWaterGoal
public class MoveIntoWaterGoal extends Goal
- Mappings:
Namespace Name official ayjintermediary net/minecraft/class_1393named net/minecraft/entity/ai/goal/MoveIntoWaterGoal
-
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 PathAwareEntitymob -
Constructor Summary
Constructors Constructor Description MoveIntoWaterGoal(PathAwareEntity mob) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, stop, tick, toString
-
Field Details
-
mob
- Mappings:
Namespace Name Mixin selector official aLayj;a:Larq;intermediary field_6625Lnet/minecraft/class_1393;field_6625:Lnet/minecraft/class_1314;named mobLnet/minecraft/entity/ai/goal/MoveIntoWaterGoal;mob:Lnet/minecraft/entity/mob/PathAwareEntity;
-
-
Constructor Details
-
MoveIntoWaterGoal
- Mappings:
Namespace Name Mixin selector official <init>Layj;<init>(Larq;)Vintermediary <init>Lnet/minecraft/class_1393;<init>(Lnet/minecraft/class_1314;)Vnamed <init>Lnet/minecraft/entity/ai/goal/MoveIntoWaterGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start()
-