Package net.minecraft.entity.passive
Class IronGolemEntity.IronGolemFollowTargetGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.FollowTargetGoal<T>
net.minecraft.entity.passive.IronGolemEntity.IronGolemFollowTargetGoal<T>
- Enclosing class:
- IronGolemEntity
static class IronGolemEntity.IronGolemFollowTargetGoal<T extends LivingEntity>
extends FollowTargetGoal<T>
- Mappings:
Namespace Name official ty$aintermediary net/minecraft/class_952$class_2633named net/minecraft/entity/passive/IronGolemEntity$IronGolemFollowTargetGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
FollowTargetGoal.DistanceComparator -
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
field_3629, target, targetClass, targetPredicateFields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, mob -
Constructor Summary
ConstructorsConstructorDescriptionIronGolemFollowTargetGoal(PathAwareEntity mob, Class<T> targetClass, int reciprocalChance, boolean checkVisibility, boolean checkNavigable, Predicate<? super T> targetPredicate) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
canStart, startMethods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, method_11025, shouldContinue, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getCategoryBits, setCategoryBits, tick
-
Constructor Details
-
IronGolemFollowTargetGoal
public IronGolemFollowTargetGoal(PathAwareEntity mob, Class<T> targetClass, int reciprocalChance, boolean checkVisibility, boolean checkNavigable, Predicate<? super T> targetPredicate) - Mappings:
Namespace Name Mixin selector official <init>Lsp;<init>(Lpy;Ljava/lang/Class;IZZLcom/google/common/base/Predicate;)Vintermediary <init>Lnet/minecraft/class_927;<init>(Lnet/minecraft/class_877;Ljava/lang/Class;IZZLcom/google/common/base/Predicate;)Vnamed <init>Lnet/minecraft/entity/ai/goal/FollowTargetGoal;<init>(Lnet/minecraft/entity/PathAwareEntity;Ljava/lang/Class;IZZLcom/google/common/base/Predicate;)V
-