Package net.minecraft.entity.monster
Class EndermanEntity.PlaceBlockGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.EndermanEntity.PlaceBlockGoal
-
- Enclosing class:
- EndermanEntity
static class EndermanEntity.PlaceBlockGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private EndermanEntity
enderman
-
Constructor Summary
Constructors Constructor Description PlaceBlockGoal(EndermanEntity p_i45843_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
canPlaceBlock(World p_220836_1_, BlockPos p_220836_2_, BlockState p_220836_3_, BlockState p_220836_4_, BlockState p_220836_5_, BlockPos p_220836_6_)
boolean
canUse()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, start, stop, toString
-
-
-
-
Field Detail
-
enderman
private final EndermanEntity enderman
-
-
Constructor Detail
-
PlaceBlockGoal
public PlaceBlockGoal(EndermanEntity p_i45843_1_)
-
-
Method Detail
-
canPlaceBlock
private boolean canPlaceBlock(World p_220836_1_, BlockPos p_220836_2_, BlockState p_220836_3_, BlockState p_220836_4_, BlockState p_220836_5_, BlockPos p_220836_6_)
-
-