Package net.minecraft.entity.passive
Class BeeEntity.BeeLookControl
java.lang.Object
net.minecraft.entity.ai.control.LookControl
net.minecraft.entity.passive.BeeEntity.BeeLookControl
- All Implemented Interfaces:
Control
- Enclosing class:
BeeEntity
- Mappings:
Namespace Name named net/minecraft/entity/passive/BeeEntity$BeeLookControlintermediary net/minecraft/class_4466$class_4477official cjw$j
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.control.LookControl
entity, lookAtTimer, maxPitchChange, maxYawChange, x, y, z -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.control.LookControl
clampHeadYaw, getLookX, getLookY, getLookZ, getTargetPitch, getTargetYaw, isLookingAtSpecificPosition, lookAt, lookAt, lookAt, lookAt, lookAtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.entity.ai.control.Control
changeAngle
-
Constructor Details
-
BeeLookControl
BeeLookControl(MobEntity entity) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/BeeEntity$BeeLookControl;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/entity/mob/MobEntity;)Vintermediary <init>Lnet/minecraft/class_4466$class_4477;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_1308;)Vofficial <init>Lcjw$j;<init>(Lcjw;Lbyh;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classLookControl- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/entity/ai/control/LookControl;tick()Vintermediary method_6231Lnet/minecraft/class_1333;method_6231()Vofficial aLced;a()V
-
shouldStayHorizontal
protected boolean shouldStayHorizontal()- Overrides:
shouldStayHorizontalin classLookControl- Mappings:
Namespace Name Mixin selector named shouldStayHorizontalLnet/minecraft/entity/ai/control/LookControl;shouldStayHorizontal()Zintermediary method_20433Lnet/minecraft/class_1333;method_20433()Zofficial cLced;c()Z
-