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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleancanPlaceBlock(Level level, BlockPos pos, BlockState carried, BlockState targetState, BlockState belowState, BlockPos below) booleancanUse()voidtick()Methods inherited from class Goal
adjustedTickDelay, canContinueToUse, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, start, stop, toString
-
Field Details
-
enderman
-
-
Constructor Details
-
EndermanLeaveBlockGoal
-
-
Method Details
-
canUse
-
tick
-
canPlaceBlock
private boolean canPlaceBlock(Level level, BlockPos pos, BlockState carried, BlockState targetState, BlockState belowState, BlockPos below)
-