Package net.minecraft.entity.passive
Class BeeEntity.NotAngryGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
- Direct Known Subclasses:
BeeEntity.EnterHiveGoal
,BeeEntity.FindHiveGoal
,BeeEntity.GrowCropsGoal
,BeeEntity.MoveToFlowerGoal
,BeeEntity.MoveToHiveGoal
,BeeEntity.PollinateGoal
- Enclosing class:
BeeEntity
- Mappings:
Namespace Name official bus$a
intermediary net/minecraft/class_4466$class_4467
named net/minecraft/entity/passive/BeeEntity$NotAngryGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, start, stop, tick, toGoalTicks, toString
-
Constructor Details
-
NotAngryGoal
NotAngryGoal()
-
-
Method Details
-
canBeeStart
public abstract boolean canBeeStart()- Mappings:
Namespace Name Mixin selector official h
Lbus$a;h()Z
intermediary method_21814
Lnet/minecraft/class_4466$class_4467;method_21814()Z
named canBeeStart
Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
-
canBeeContinue
public abstract boolean canBeeContinue()- Mappings:
Namespace Name Mixin selector official i
Lbus$a;i()Z
intermediary method_21815
Lnet/minecraft/class_4466$class_4467;method_21815()Z
named canBeeContinue
Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official method_6266
Lbus$a;method_6266()Z
intermediary method_6266
Lnet/minecraft/class_4466$class_4467;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;shouldContinue()Z
-