Package net.minecraft.entity.mob
Class VindicatorEntity.AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.mob.VindicatorEntity.AttackGoal
- Enclosing class:
- VindicatorEntity
class VindicatorEntity.AttackGoal extends MeleeAttackGoal
- Mappings:
Namespace Name official bho$cintermediary net/minecraft/class_1632$class_4293named net/minecraft/entity/mob/VindicatorEntity$AttackGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob -
Constructor Summary
Constructors Constructor Description AttackGoal(VindicatorEntity vindicator) -
Method Summary
Modifier and Type Method Description protected doublegetSquaredMaxAttackDistance(LivingEntity entity)Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canStart, getCooldown, getMaxCooldown, isCooledDown, setMaxCooldown, shouldContinue, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
AttackGoal
- Mappings:
Namespace Name Mixin selector official <init>Lbho$c;<init>(Lbho;Lbho;)Vintermediary <init>Lnet/minecraft/class_1632$class_4293;<init>(Lnet/minecraft/class_1632;Lnet/minecraft/class_1632;)Vnamed <init>Lnet/minecraft/entity/mob/VindicatorEntity$AttackGoal;<init>(Lnet/minecraft/entity/mob/VindicatorEntity;Lnet/minecraft/entity/mob/VindicatorEntity;)V
-
-
Method Details
-
getSquaredMaxAttackDistance
- Overrides:
getSquaredMaxAttackDistancein classMeleeAttackGoal- Mappings:
Namespace Name Mixin selector official aLaza;a(Lasy;)Dintermediary method_6289Lnet/minecraft/class_1366;method_6289(Lnet/minecraft/class_1309;)Dnamed getSquaredMaxAttackDistanceLnet/minecraft/entity/ai/goal/MeleeAttackGoal;getSquaredMaxAttackDistance(Lnet/minecraft/entity/LivingEntity;)D
-