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
  • Field Details

    • enderman

      private final EndermanEntity 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

      public PlaceBlockGoal​(EndermanEntity enderman)
      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()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lawx;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • tick

      public void tick()
      Overrides:
      tick in class Goal
      Mappings:
      Namespace Name Mixin selector
      official e Lawx;e()V
      intermediary method_6268 Lnet/minecraft/class_1352;method_6268()V
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V
    • 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