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 ccf$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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate 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, getTickCount, setControls, shouldContinue, shouldRunEveryTick, start, stop, toGoalTicks, toString
-
Field Details
-
enderman
- Mappings:
Namespace Name Mixin selector official a
Lccf$b;a:Lccf;
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>
Lccf$b;<init>(Lccf;)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
Lccf$b;a(Lctp;Lhx;Ldjh;Ldjh;Ldjh;Lhx;)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
-