Class ClimbOnTopOfPowderSnowGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.ClimbOnTopOfPowderSnowGoal

public class ClimbOnTopOfPowderSnowGoal extends Goal
  • Field Details

    • mob

      private final Mob mob
    • level

      private final Level level
  • Constructor Details

    • ClimbOnTopOfPowderSnowGoal

      public ClimbOnTopOfPowderSnowGoal(Mob p_204055_, Level p_204056_)
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • requiresUpdateEveryTick

      public boolean requiresUpdateEveryTick()
      Overrides:
      requiresUpdateEveryTick in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal