Package net.minecraft.entity.mob
Class IllagerEntity.LongDoorInteractGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.DoorInteractGoal
net.minecraft.entity.ai.goal.LongDoorInteractGoal
net.minecraft.entity.mob.IllagerEntity.LongDoorInteractGoal
- Enclosing class:
- IllagerEntity
public class IllagerEntity.LongDoorInteractGoal extends LongDoorInteractGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.DoorInteractGoal
doorPos, doorValid, mob -
Constructor Summary
Constructors Constructor Description LongDoorInteractGoal(RaiderEntity raider) -
Method Summary
Modifier and Type Method Description booleancanStart()Methods inherited from class net.minecraft.entity.ai.goal.LongDoorInteractGoal
shouldContinue, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.DoorInteractGoal
isDoorOpen, setDoorOpenMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
LongDoorInteractGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classDoorInteractGoal
-