Class CatSitOnBlockGoal


public class CatSitOnBlockGoal
extends MoveToTargetPosGoal
Mappings:
Namespace Name
official rs
intermediary net/minecraft/class_1805
named net/minecraft/entity/ai/goal/CatSitOnBlockGoal
  • Field Details

    • field_7723

      private final OcelotEntity field_7723
      Mappings:
      Namespace Name Mixin selector
      official c Lrs;c:Lts;
      intermediary field_7723 Lnet/minecraft/class_1805;field_7723:Lnet/minecraft/class_1854;
      named field_7723 Lnet/minecraft/entity/ai/goal/CatSitOnBlockGoal;field_7723:Lnet/minecraft/entity/passive/OcelotEntity;
  • Constructor Details

    • CatSitOnBlockGoal

      public CatSitOnBlockGoal​(OcelotEntity ocelotEntity, double double2)
  • Method Details

    • canStart

      public boolean canStart()
      Overrides:
      canStart in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official a Lrd;a()Z
      intermediary method_7362 Lnet/minecraft/class_1789;method_7362()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official b Lrd;b()Z
      intermediary method_7364 Lnet/minecraft/class_1789;method_7364()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • start

      public void start()
      Overrides:
      start in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official c Lrd;c()V
      intermediary method_7365 Lnet/minecraft/class_1789;method_7365()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • stop

      public void stop()
      Overrides:
      stop in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official d Lrd;d()V
      intermediary method_7366 Lnet/minecraft/class_1789;method_7366()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
    • tick

      public void tick()
      Overrides:
      tick in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official e Lrd;e()V
      intermediary method_7367 Lnet/minecraft/class_1789;method_7367()V
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V
    • method_7382

      protected boolean method_7382​(World world, BlockPos pos)
      Specified by:
      method_7382 in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official a Lro;a(Ladm;Lcj;)Z
      intermediary method_7382 Lnet/minecraft/class_1801;method_7382(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;)Z
      named method_7382 Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;method_7382(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z