Package net.minecraft.entity.mob
Class ZombiePigmanEntity.FollowPlayerIfAngryGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.AttackEntityGoal<PlayerEntity>
net.minecraft.entity.mob.ZombiePigmanEntity.FollowPlayerIfAngryGoal
- Enclosing class:
- ZombiePigmanEntity
static class ZombiePigmanEntity.FollowPlayerIfAngryGoal extends AttackEntityGoal<PlayerEntity>
- Mappings:
Namespace Name official vw$aintermediary net/minecraft/class_1928$class_1929named net/minecraft/entity/mob/ZombiePigmanEntity$FollowPlayerIfAngryGoal
-
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 FollowPlayerIfAngryGoal(ZombiePigmanEntity zombiePigmanEntity) -
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
-
FollowPlayerIfAngryGoal
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classAttackEntityGoal<PlayerEntity>- 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
-