Class GhastEntity.FlyRandomlyGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.GhastEntity.FlyRandomlyGoal
Enclosing class:
GhastEntity

private static class GhastEntity.FlyRandomlyGoal extends Goal
Mappings:
Namespace Name
official btx$d
intermediary net/minecraft/class_1571$class_1575
named net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal
  • Field Details

    • ghast

      private final GhastEntity ghast
      Mappings:
      Namespace Name Mixin selector
      official a Lbtx$d;a:Lbtx;
      intermediary field_7279 Lnet/minecraft/class_1571$class_1575;field_7279:Lnet/minecraft/class_1571;
      named ghast Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;ghast:Lnet/minecraft/entity/mob/GhastEntity;
  • Constructor Details

    • FlyRandomlyGoal

      public FlyRandomlyGoal(GhastEntity ghast)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbtx$d;<init>(Lbtx;)V
      intermediary <init> Lnet/minecraft/class_1571$class_1575;<init>(Lnet/minecraft/class_1571;)V
      named <init> Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;<init>(Lnet/minecraft/entity/mob/GhastEntity;)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lbky;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldContinue

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

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V