Package net.minecraft.entity.passive
Class BeeEntity.BeeWanderAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.BeeWanderAroundGoal
- Enclosing class:
- BeeEntity
class BeeEntity.BeeWanderAroundGoal extends Goal
- Mappings:
Namespace Name official bbk$lintermediary net/minecraft/class_4466$class_4479named net/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Constructor Summary
Constructors Constructor Description BeeWanderAroundGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()private Vec3dgetRandomLocation()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Constructor Details
-
BeeWanderAroundGoal
BeeWanderAroundGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start() -
getRandomLocation
- Mappings:
Namespace Name Mixin selector official gLbbk$l;g()Ldiu;intermediary method_21822Lnet/minecraft/class_4466$class_4479;method_21822()Lnet/minecraft/class_243;named getRandomLocationLnet/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal;getRandomLocation()Lnet/minecraft/util/math/Vec3d;
-