Class EnderMan.EndermanLeaveBlockGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.EnderMan.EndermanLeaveBlockGoal
- Enclosing class:
- EnderMan
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
canPlaceBlock
(Level p_32559_, BlockPos p_32560_, BlockState p_32561_, BlockState p_32562_, BlockState p_32563_, BlockPos p_32564_) boolean
canUse()
void
tick()
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, canContinueToUse, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, start, stop, toString
-
Field Details
-
enderman
-
-
Constructor Details
-
EndermanLeaveBlockGoal
-
-
Method Details
-
canUse
public boolean canUse() -
tick
public void tick() -
canPlaceBlock
private boolean canPlaceBlock(Level p_32559_, BlockPos p_32560_, BlockState p_32561_, BlockState p_32562_, BlockState p_32563_, BlockPos p_32564_)
-