Class PlantRandomLookAroundGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RandomLookAroundGoal
nokunami.floral_warfare.common.entity.plants.PlantRandomLookAroundGoal

public class PlantRandomLookAroundGoal extends net.minecraft.world.entity.ai.goal.RandomLookAroundGoal
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.goal.Goal

    net.minecraft.world.entity.ai.goal.Goal.Flag
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class net.minecraft.world.entity.ai.goal.RandomLookAroundGoal

    canContinueToUse, requiresUpdateEveryTick, start, tick

    Methods inherited from class net.minecraft.world.entity.ai.goal.Goal

    adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, stop, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PlantRandomLookAroundGoal

      public PlantRandomLookAroundGoal(BasePlant pMob)
  • Method Details

    • canUse

      public boolean canUse()
      Overrides:
      canUse in class net.minecraft.world.entity.ai.goal.RandomLookAroundGoal