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