Package net.minecraft.entity.passive
Class BeeEntity.UpdateBeehiveGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.BeeEntity.PassiveGoal
-
- net.minecraft.entity.passive.BeeEntity.UpdateBeehiveGoal
-
- Enclosing class:
- BeeEntity
class BeeEntity.UpdateBeehiveGoal extends BeeEntity.PassiveGoal
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UpdateBeehiveGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeeContinueToUse()
boolean
canBeeUse()
private java.util.List<BlockPos>
findNearbyHivesWithSpace()
void
start()
-
Methods inherited from class net.minecraft.entity.passive.BeeEntity.PassiveGoal
canContinueToUse, canUse
-
-
-
-
Method Detail
-
canBeeUse
public boolean canBeeUse()
- Specified by:
canBeeUse
in classBeeEntity.PassiveGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()
- Specified by:
canBeeContinueToUse
in classBeeEntity.PassiveGoal
-
findNearbyHivesWithSpace
private java.util.List<BlockPos> findNearbyHivesWithSpace()
-
-