Package net.minecraft.entity.passive
Class FoxEntity.FoxLookControl
java.lang.Object
net.minecraft.entity.ai.control.LookControl
net.minecraft.entity.passive.FoxEntity.FoxLookControl
- All Implemented Interfaces:
- Control
- Enclosing class:
- FoxEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/passive/FoxEntity$FoxLookControl- intermediary - net/minecraft/class_4019$class_4028- official - chj$k
- 
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.LookControlclampHeadYaw, getLookX, getLookY, getLookZ, getTargetPitch, getTargetYaw, isLookingAtSpecificPosition, lookAt, lookAt, lookAt, lookAt, lookAtMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.entity.ai.control.ControlchangeAngle
- 
Constructor Details- 
FoxLookControlpublic FoxLookControl()
 
- 
- 
Method Details- 
tickpublic void tick()- Overrides:
- tickin class- LookControl
- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/entity/ai/control/LookControl;tick()V- intermediary - method_6231- Lnet/minecraft/class_1333;method_6231()V- official - a- Lcbi;a()V
 
- 
shouldStayHorizontalprotected boolean shouldStayHorizontal()- Overrides:
- shouldStayHorizontalin class- LookControl
- Mappings:
- Namespace - Name - Mixin selector - named - shouldStayHorizontal- Lnet/minecraft/entity/ai/control/LookControl;shouldStayHorizontal()Z- intermediary - method_20433- Lnet/minecraft/class_1333;method_20433()Z- official - c- Lcbi;c()Z
 
 
-