Package net.minecraft.entity.passive
Class BeeEntity.FindHiveGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.FindHiveGoal
- Enclosing class:
- BeeEntity
class BeeEntity.FindHiveGoal extends BeeEntity.NotAngryGoal
- Mappings:
Namespace Name official bbk$i
intermediary net/minecraft/class_4466$class_4476
named net/minecraft/entity/passive/BeeEntity$FindHiveGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Constructor Summary
Constructors Modifier Constructor Description private
FindHiveGoal()
-
Method Summary
Modifier and Type Method Description boolean
canBeeContinue()
boolean
canBeeStart()
private List<BlockPos>
getNearbyFreeHives()
void
start()
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinue
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Constructor Details
-
FindHiveGoal
private FindHiveGoal()
-
-
Method Details
-
canBeeStart
public boolean canBeeStart()- Specified by:
canBeeStart
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official g
Lbbk$a;g()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 boolean canBeeContinue()- Specified by:
canBeeContinue
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official h
Lbbk$a;h()Z
intermediary method_21815
Lnet/minecraft/class_4466$class_4467;method_21815()Z
named canBeeContinue
Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
-
start
public void start() -
getNearbyFreeHives
- Mappings:
Namespace Name Mixin selector official j
Lbbk$i;j()Ljava/util/List;
intermediary method_23742
Lnet/minecraft/class_4466$class_4476;method_23742()Ljava/util/List;
named getNearbyFreeHives
Lnet/minecraft/entity/passive/BeeEntity$FindHiveGoal;getNearbyFreeHives()Ljava/util/List;
-