Class BreakDoorGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.DoorInteractGoal
de.z0rdak.yawp.mixin.flag.mobgrief.BreakDoorGoal

public abstract class BreakDoorGoal extends net.minecraft.world.entity.ai.goal.DoorInteractGoal
  • Nested Class Summary

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

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

    Fields inherited from class net.minecraft.world.entity.ai.goal.DoorInteractGoal

    doorPos, hasDoor, mob
  • Constructor Summary

    Constructors
    Constructor
    Description
    BreakDoorGoal(net.minecraft.world.entity.Mob mob)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCanStart(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
     

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

    canContinueToUse, canUse, isOpen, requiresUpdateEveryTick, setOpen, start, tick

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

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

    Methods inherited from class java.lang.Object

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

    • BreakDoorGoal

      public BreakDoorGoal(net.minecraft.world.entity.Mob mob)
  • Method Details

    • onCanStart

      public void onCanStart(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)