Package net.minecraft.entity.ai.goal
Class Goal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
- Direct Known Subclasses:
AttackGoal,AvoidSunlightGoal,BlazeEntity.ShootFireballGoal,BreedGoal,CreeperIgniteGoal,DoorInteractGoal,EatGrassGoal,EndermanEntity.PickupBlockGoal,EndermanEntity.PlaceBlockGoal,EscapeDangerGoal,EscapeSunlightGoal,FindNearestEntityGoal,FindPlayerGoal,FleeEntityGoal,FollowGolemGoal,FollowOwnerGoal,FollowParentGoal,FormCaravanGoal,GhastEntity.FlyRandomlyGoal,GhastEntity.LookAtTargetGoal,GhastEntity.ShootFireballGoal,GoToEntityTargetGoal,GoToWalkTargetGoal,GuardianEntity.FireBeamGoal,HorseBondWithPlayerGoal,IronGolemLookGoal,LookAroundGoal,LookAtEntityGoal,MeleeAttackGoal,MoveThroughVillageGoal,MoveToTargetPosGoal,PlayerControlGoal,PounceAtTargetGoal,ProjectileAttackGoal,RestrictOpenDoorGoal,SilverfishEntity.CallForHelpGoal,SitGoal,SlimeEntity.FaceTowardTargetGoal,SlimeEntity.MoveGoal,SlimeEntity.RandomLookGoal,SlimeEntity.SwimmingGoal,SquidEntity.SwimGoal,StayIndoorsGoal,StopFollowingCustomerGoal,SwimGoal,TemptGoal,TrackTargetGoal,VillagerMatingGoal,WanderAroundGoal,WolfBegGoal
public abstract class Goal extends Object
- Mappings:
Namespace Name official rdintermediary net/minecraft/class_1789named net/minecraft/entity/ai/goal/Goal
-
Field Summary
Fields Modifier and Type Field Description private intfield_7649 -
Constructor Summary
Constructors Constructor Description Goal() -
Method Summary
Modifier and Type Method Description abstract booleancanStart()voidmethod_7363(int int2)booleanmethod_7368()intmethod_7369()booleanshouldContinue()voidstart()voidstop()voidtick()
-
Field Details
-
field_7649
private int field_7649- Mappings:
Namespace Name Mixin selector official aLrd;a:Iintermediary field_7649Lnet/minecraft/class_1789;field_7649:Inamed field_7649Lnet/minecraft/entity/ai/goal/Goal;field_7649:I
-
-
Constructor Details
-
Goal
public Goal()
-
-
Method Details
-
canStart
public abstract boolean canStart()- 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
-
shouldContinue
public boolean shouldContinue()- Mappings:
Namespace Name Mixin selector official bLrd;b()Zintermediary method_7364Lnet/minecraft/class_1789;method_7364()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
method_7368
public boolean method_7368()- Mappings:
Namespace Name Mixin selector official iLrd;i()Zintermediary method_7368Lnet/minecraft/class_1789;method_7368()Znamed method_7368Lnet/minecraft/entity/ai/goal/Goal;method_7368()Z
-
start
public void start()- Mappings:
Namespace Name Mixin selector official cLrd;c()Vintermediary method_7365Lnet/minecraft/class_1789;method_7365()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
-
stop
public void stop()- Mappings:
Namespace Name Mixin selector official dLrd;d()Vintermediary method_7366Lnet/minecraft/class_1789;method_7366()Vnamed stopLnet/minecraft/entity/ai/goal/Goal;stop()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official eLrd;e()Vintermediary method_7367Lnet/minecraft/class_1789;method_7367()Vnamed tickLnet/minecraft/entity/ai/goal/Goal;tick()V
-
method_7363
public void method_7363(int int2)- Mappings:
Namespace Name Mixin selector official aLrd;a(I)Vintermediary method_7363Lnet/minecraft/class_1789;method_7363(I)Vnamed method_7363Lnet/minecraft/entity/ai/goal/Goal;method_7363(I)V
-
method_7369
public int method_7369()- Mappings:
Namespace Name Mixin selector official jLrd;j()Iintermediary method_7369Lnet/minecraft/class_1789;method_7369()Inamed method_7369Lnet/minecraft/entity/ai/goal/Goal;method_7369()I
-