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 privateUpdateBeehiveGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBeeContinueToUse()booleancanBeeUse()private java.util.List<BlockPos>findNearbyHivesWithSpace()voidstart()-
Methods inherited from class net.minecraft.entity.passive.BeeEntity.PassiveGoal
canContinueToUse, canUse
-
-
-
-
Method Detail
-
canBeeUse
public boolean canBeeUse()
- Specified by:
canBeeUsein classBeeEntity.PassiveGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()
- Specified by:
canBeeContinueToUsein classBeeEntity.PassiveGoal
-
findNearbyHivesWithSpace
private java.util.List<BlockPos> findNearbyHivesWithSpace()
-
-