Package net.minecraft.entity.mob
Class SpiderEntity.FollowTargetGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.AttackEntityGoal
net.minecraft.entity.mob.SpiderEntity.FollowTargetGoal<T>
- Enclosing class:
- SpiderEntity
static class SpiderEntity.FollowTargetGoal<T extends LivingEntity> extends AttackEntityGoal
- Mappings:
Namespace Name official wc$cintermediary net/minecraft/class_1944$class_1947named net/minecraft/entity/mob/SpiderEntity$FollowTargetGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.AttackEntityGoal
AttackEntityGoal.class_1828 -
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.AttackEntityGoal
field_7809, field_7810, field_7811, field_7812Fields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, field_7828 -
Constructor Summary
Constructors Constructor Description FollowTargetGoal(SpiderEntity spiderEntity, Class<T> class2) -
Method Summary
Modifier and Type Method Description booleancanStart()Methods inherited from class net.minecraft.entity.ai.goal.AttackEntityGoal
startMethods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
getFollowRange, method_7399, method_7400, shouldContinue, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369, tick
-
Constructor Details
-
FollowTargetGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classAttackEntityGoal- Mappings:
Namespace Name Mixin selector official aLrd;a()Zintermediary method_7362Lnet/minecraft/class_1789;method_7362()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-