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 bev$bintermediary net/minecraft/class_1560$class_1561named net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private EndermanEntityenderman -
Constructor Summary
Constructors Constructor Description PlaceBlockGoal(EndermanEntity enderman) -
Method Summary
Modifier and Type Method Description private booleancanPlaceOn(World world, BlockPos posAbove, BlockState carriedState, BlockState stateAbove, BlockState state, BlockPos pos)booleancanStart()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, start, stop, toString
-
Field Details
-
enderman
- Mappings:
Namespace Name Mixin selector official aLbev$b;a:Lbev;intermediary field_7258Lnet/minecraft/class_1560$class_1561;field_7258:Lnet/minecraft/class_1560;named endermanLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;enderman:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
PlaceBlockGoal
- Mappings:
Namespace Name Mixin selector official <init>Lbev$b;<init>(Lbev;)Vintermediary <init>Lnet/minecraft/class_1560$class_1561;<init>(Lnet/minecraft/class_1560;)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() -
canPlaceOn
private boolean canPlaceOn(World world, BlockPos posAbove, BlockState carriedState, BlockState stateAbove, BlockState state, BlockPos pos)- Mappings:
Namespace Name Mixin selector official aLbev$b;a(Lbtv;Lfx;Lcht;Lcht;Lcht;Lfx;)Zintermediary method_7033Lnet/minecraft/class_1560$class_1561;method_7033(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)Znamed canPlaceOnLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;canPlaceOn(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)Z
-