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
static class EndermanEntity.PlaceBlockGoal extends Goal
- Mappings:
Namespace Name official vo$aintermediary net/minecraft/class_1910$class_1911named net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
-
Field Summary
Fields Modifier and Type Field Description private EndermanEntityentity -
Constructor Summary
Constructors Constructor Description PlaceBlockGoal(EndermanEntity entity) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369, shouldContinue, start, stop
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector official aLvo$a;a:Lvo;intermediary field_8195Lnet/minecraft/class_1910$class_1911;field_8195:Lnet/minecraft/class_1910;named entityLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;entity:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
PlaceBlockGoal
- Mappings:
Namespace Name Mixin selector official <init>Lvo$a;<init>(Lvo;)Vintermediary <init>Lnet/minecraft/class_1910$class_1911;<init>(Lnet/minecraft/class_1910;)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_7842
private boolean method_7842(World world, BlockPos blockPos, Block block, Block block2, Block block3)- Mappings:
Namespace Name Mixin selector official aLvo$a;a(Ladm;Lcj;Lafh;Lafh;Lafh;)Zintermediary method_7842Lnet/minecraft/class_1910$class_1911;method_7842(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_160;Lnet/minecraft/class_160;Lnet/minecraft/class_160;)Znamed method_7842Lnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;method_7842(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)Z
-