Package net.minecraft.entity.ai.goal
Class FindWaterGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.FindWaterGoal
-
public class FindWaterGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private CreatureEntity
mob
-
Constructor Summary
Constructors Constructor Description FindWaterGoal(CreatureEntity p_i48936_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, stop, tick, toString
-
-
-
-
Field Detail
-
mob
private final CreatureEntity mob
-
-
Constructor Detail
-
FindWaterGoal
public FindWaterGoal(CreatureEntity p_i48936_1_)
-
-