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$b
intermediary net/minecraft/class_1560$class_1561
named 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 EndermanEntity
enderman
-
Constructor Summary
Constructors Constructor Description PlaceBlockGoal(EndermanEntity enderman)
-
Method Summary
Modifier and Type Method Description private boolean
canPlaceOn(World world, BlockPos posAbove, BlockState carriedState, BlockState stateAbove, BlockState state, BlockPos pos)
boolean
canStart()
void
tick()
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 a
Lbev$b;a:Lbev;
intermediary field_7258
Lnet/minecraft/class_1560$class_1561;field_7258:Lnet/minecraft/class_1560;
named enderman
Lnet/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;)V
intermediary <init>
Lnet/minecraft/class_1560$class_1561;<init>(Lnet/minecraft/class_1560;)V
named <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 a
Lbev$b;a(Lbtv;Lfx;Lcht;Lcht;Lcht;Lfx;)Z
intermediary method_7033
Lnet/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;)Z
named canPlaceOn
Lnet/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
-