Package net.minecraft.entity.passive
Class BeeEntity.BeeLookControl
java.lang.Object
net.minecraft.entity.ai.control.LookControl
net.minecraft.entity.passive.BeeEntity.BeeLookControl
- Enclosing class:
- BeeEntity
class BeeEntity.BeeLookControl extends LookControl
- Mappings:
Namespace Name official bbk$j
intermediary net/minecraft/class_4466$class_4477
named net/minecraft/entity/passive/BeeEntity$BeeLookControl
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.control.LookControl
active, entity, lookX, lookY, lookZ, pitchSpeed, yawSpeed
-
Constructor Summary
Constructors Constructor Description BeeLookControl(MobEntity entity)
-
Method Summary
Modifier and Type Method Description protected boolean
shouldStayHorizontal()
void
tick()
Methods inherited from class net.minecraft.entity.ai.control.LookControl
changeAngle, getLookX, getLookY, getLookZ, getTargetPitch, getTargetYaw, isActive, lookAt, lookAt, lookAt, lookAt
-
Constructor Details
-
BeeLookControl
BeeLookControl(MobEntity entity)- Mappings:
Namespace Name Mixin selector official <init>
Lbbk$j;<init>(Lbbk;Larj;)V
intermediary <init>
Lnet/minecraft/class_4466$class_4477;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_1308;)V
named <init>
Lnet/minecraft/entity/passive/BeeEntity$BeeLookControl;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/entity/mob/MobEntity;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classLookControl
- Mappings:
Namespace Name Mixin selector official a
Lawa;a()V
intermediary method_6231
Lnet/minecraft/class_1333;method_6231()V
named tick
Lnet/minecraft/entity/ai/control/LookControl;tick()V
-
shouldStayHorizontal
protected boolean shouldStayHorizontal()- Overrides:
shouldStayHorizontal
in classLookControl
- Mappings:
Namespace Name Mixin selector official b
Lawa;b()Z
intermediary method_20433
Lnet/minecraft/class_1333;method_20433()Z
named shouldStayHorizontal
Lnet/minecraft/entity/ai/control/LookControl;shouldStayHorizontal()Z
-