Class WerewolfAttackVillageGoal<T extends de.teamlapen.vampirism.entity.VampirismEntity & de.teamlapen.vampirism.api.entity.IVillageCaptureEntity>

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.target.TargetGoal
de.teamlapen.vampirism.entity.ai.goals.AttackVillageGoal<T>
de.teamlapen.werewolves.entities.goals.WerewolfAttackVillageGoal<T>

public class WerewolfAttackVillageGoal<T extends de.teamlapen.vampirism.entity.VampirismEntity & de.teamlapen.vampirism.api.entity.IVillageCaptureEntity> extends de.teamlapen.vampirism.entity.ai.goals.AttackVillageGoal<T>
same as AttackVillageGoal but with ignore disguise
  • 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 de.teamlapen.vampirism.entity.ai.goals.AttackVillageGoal

    entityPredicate

    Fields inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoal

    mob, mustSee, targetMob, unseenMemoryTicks
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.teamlapen.vampirism.entity.ai.goals.AttackVillageGoal

    canUse, start

    Methods inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoal

    canAttack, canContinueToUse, getFollowDistance, setUnseenMemoryTicks, stop

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

    adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString

    Methods inherited from class java.lang.Object

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

    • WerewolfAttackVillageGoal

      public WerewolfAttackVillageGoal(T creature)