Package net.minecraft.entity.passive
Class BeeEntity.MoveToHiveGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.MoveToHiveGoal
- Enclosing class:
BeeEntity
- Mappings:
Namespace Name official brk$e
intermediary net/minecraft/class_4466$class_4472
named net/minecraft/entity/passive/BeeEntity$MoveToHiveGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
private static final int
private static final int
(package private) int
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
addPossibleHive
(BlockPos pos) boolean
boolean
(package private) void
private boolean
isCloseEnough
(BlockPos pos) (package private) boolean
isPossibleHive
(BlockPos pos) private void
private void
setLost()
void
start()
private boolean
startMovingToFar
(BlockPos pos) void
stop()
void
tick()
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinue
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Field Details
-
field_30295
public static final int field_30295- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lbrk$e;b:I
intermediary field_30295
Lnet/minecraft/class_4466$class_4472;field_30295:I
named field_30295
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30295:I
-
field_30296
private static final int field_30296- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lbrk$e;e:I
intermediary field_30296
Lnet/minecraft/class_4466$class_4472;field_30296:I
named field_30296
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30296:I
-
field_30297
private static final int field_30297- See Also:
- Mappings:
Namespace Name Mixin selector official h
Lbrk$e;h:I
intermediary field_30297
Lnet/minecraft/class_4466$class_4472;field_30297:I
named field_30297
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30297:I
-
ticks
int ticks- Mappings:
Namespace Name Mixin selector official d
Lbrk$e;d:I
intermediary field_21647
Lnet/minecraft/class_4466$class_4472;field_21647:I
named ticks
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;ticks:I
-
possibleHives
- Mappings:
Namespace Name Mixin selector official f
Lbrk$e;f:Ljava/util/List;
intermediary field_21648
Lnet/minecraft/class_4466$class_4472;field_21648:Ljava/util/List;
named possibleHives
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;possibleHives:Ljava/util/List;
-
path
- Mappings:
Namespace Name Mixin selector official g
Lbrk$e;g:Ldwz;
intermediary field_21649
Lnet/minecraft/class_4466$class_4472;field_21649:Lnet/minecraft/class_11;
named path
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;path:Lnet/minecraft/entity/ai/pathing/Path;
-
ticksUntilLost
private int ticksUntilLost- Mappings:
Namespace Name Mixin selector official i
Lbrk$e;i:I
intermediary field_23133
Lnet/minecraft/class_4466$class_4472;field_23133:I
named ticksUntilLost
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;ticksUntilLost:I
-
-
Constructor Details
-
MoveToHiveGoal
MoveToHiveGoal()
-
-
Method Details
-
canBeeStart
public boolean canBeeStart()- Specified by:
canBeeStart
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official h
Lbrk$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 boolean canBeeContinue()- Specified by:
canBeeContinue
in classBeeEntity.NotAngryGoal
- Mappings:
Namespace Name Mixin selector official i
Lbrk$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
-
start
public void start() -
stop
public void stop() -
tick
public void tick() -
startMovingToFar
- Mappings:
Namespace Name Mixin selector official a
Lbrk$e;a(Lgt;)Z
intermediary method_24006
Lnet/minecraft/class_4466$class_4472;method_24006(Lnet/minecraft/class_2338;)Z
named startMovingToFar
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;startMovingToFar(Lnet/minecraft/util/math/BlockPos;)Z
-
isPossibleHive
- Mappings:
Namespace Name Mixin selector official b
Lbrk$e;b(Lgt;)Z
intermediary method_24007
Lnet/minecraft/class_4466$class_4472;method_24007(Lnet/minecraft/class_2338;)Z
named isPossibleHive
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;isPossibleHive(Lnet/minecraft/util/math/BlockPos;)Z
-
addPossibleHive
- Mappings:
Namespace Name Mixin selector official c
Lbrk$e;c(Lgt;)V
intermediary method_24009
Lnet/minecraft/class_4466$class_4472;method_24009(Lnet/minecraft/class_2338;)V
named addPossibleHive
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;addPossibleHive(Lnet/minecraft/util/math/BlockPos;)V
-
clearPossibleHives
void clearPossibleHives()- Mappings:
Namespace Name Mixin selector official k
Lbrk$e;k()V
intermediary method_24011
Lnet/minecraft/class_4466$class_4472;method_24011()V
named clearPossibleHives
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;clearPossibleHives()V
-
makeChosenHivePossibleHive
private void makeChosenHivePossibleHive()- Mappings:
Namespace Name Mixin selector official l
Lbrk$e;l()V
intermediary method_24012
Lnet/minecraft/class_4466$class_4472;method_24012()V
named makeChosenHivePossibleHive
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;makeChosenHivePossibleHive()V
-
setLost
private void setLost()- Mappings:
Namespace Name Mixin selector official m
Lbrk$e;m()V
intermediary method_23885
Lnet/minecraft/class_4466$class_4472;method_23885()V
named setLost
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;setLost()V
-
isCloseEnough
- Mappings:
Namespace Name Mixin selector official d
Lbrk$e;d(Lgt;)Z
intermediary method_24010
Lnet/minecraft/class_4466$class_4472;method_24010(Lnet/minecraft/class_2338;)Z
named isCloseEnough
Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;isCloseEnough(Lnet/minecraft/util/math/BlockPos;)Z
-