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 - official - brm$j- intermediary - net/minecraft/class_4466$class_4477- named - net/minecraft/entity/passive/BeeEntity$BeeLookControl
- 
Field SummaryFields inherited from class net.minecraft.entity.ai.control.LookControlentity, lookAtTimer, maxPitchChange, maxYawChange, x, y, z
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.control.LookControlchangeAngle, clampHeadYaw, getLookX, getLookY, getLookZ, getTargetPitch, getTargetYaw, isLookingAtSpecificPosition, lookAt, lookAt, lookAt, lookAt, lookAt
- 
Constructor Details- 
BeeLookControlBeeLookControl(MobEntity entity) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbrm$j;<init>(Lbrm;Lbgb;)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- 
tickpublic void tick()- Overrides:
- tickin class- LookControl
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lblx;a()V- intermediary - method_6231- Lnet/minecraft/class_1333;method_6231()V- named - tick- Lnet/minecraft/entity/ai/control/LookControl;tick()V
 
- 
shouldStayHorizontalprotected boolean shouldStayHorizontal()- Overrides:
- shouldStayHorizontalin class- LookControl
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lblx;c()Z- intermediary - method_20433- Lnet/minecraft/class_1333;method_20433()Z- named - shouldStayHorizontal- Lnet/minecraft/entity/ai/control/LookControl;shouldStayHorizontal()Z
 
 
-