Package net.minecraft.entity.mob
Class EndermanEntity.PlaceBlockGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.EndermanEntity.PlaceBlockGoal
- Enclosing class:
- EndermanEntity
- Mappings:
Namespace Name official acu$aintermediary net/minecraft/class_970$class_2640named net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanStart()private booleanmethod_11183(World world, BlockPos blockPos, Block block, BlockState blockState, BlockState blockState2) voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits, shouldContinue, start, stop
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector official aLacu$a;a:Lacu;intermediary field_12056Lnet/minecraft/class_970$class_2640;field_12056:Lnet/minecraft/class_970;named entityLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;entity:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
PlaceBlockGoal
- Mappings:
Namespace Name Mixin selector official <init>Lacu$a;<init>(Lacu;)Vintermediary <init>Lnet/minecraft/class_970$class_2640;<init>(Lnet/minecraft/class_970;)Vnamed <init>Lnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;<init>(Lnet/minecraft/entity/mob/EndermanEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
tick
public void tick() -
method_11183
private boolean method_11183(World world, BlockPos blockPos, Block block, BlockState blockState, BlockState blockState2) - Mappings:
Namespace Name Mixin selector official aLacu$a;a(Lamu;Let;Laow;Lawt;Lawt;)Zintermediary method_11183Lnet/minecraft/class_970$class_2640;method_11183(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;Lnet/minecraft/class_2232;Lnet/minecraft/class_2232;)Znamed method_11183Lnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;method_11183(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)Z
-