Class Vindicator.VindicatorBreakDoorGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.DoorInteractGoal
net.minecraft.world.entity.ai.goal.BreakDoorGoal
net.minecraft.world.entity.monster.Vindicator.VindicatorBreakDoorGoal
- Enclosing class:
- Vindicator
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.goal.BreakDoorGoal
breakTime, doorBreakTime, lastBreakProgressFields inherited from class net.minecraft.world.entity.ai.goal.DoorInteractGoal
doorPos, hasDoor, mob -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.BreakDoorGoal
getDoorBreakTime, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.DoorInteractGoal
isOpen, requiresUpdateEveryTick, setOpenMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
-
Constructor Details
-
VindicatorBreakDoorGoal
-
-
Method Details
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUsein classBreakDoorGoal
-
canUse
public boolean canUse()- Overrides:
canUsein classBreakDoorGoal
-
start
public void start()- Overrides:
startin classBreakDoorGoal
-