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 intermediary net/minecraft/class_1560$class_1561official bvq$bnamed 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate 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, getTickCount, setControls, shouldContinue, shouldRunEveryTick, start, stop, toGoalTicks, toString
-
Field Details
-
enderman
- Mappings:
Namespace Name Mixin selector intermediary field_7258Lnet/minecraft/class_1560$class_1561;field_7258:Lnet/minecraft/class_1560;official aLbvq$b;a:Lbvq;named endermanLnet/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal;enderman:Lnet/minecraft/entity/mob/EndermanEntity;
-
-
Constructor Details
-
PlaceBlockGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1560$class_1561;<init>(Lnet/minecraft/class_1560;)Vofficial <init>Lbvq$b;<init>(Lbvq;)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 intermediary 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;)Zofficial aLbvq$b;a(Lcmk;Lgu;Ldby;Ldby;Ldby;Lgu;)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
-