Package net.minecraft.entity.mob
Class CreakingEntity.CreakingBodyControl
java.lang.Object
net.minecraft.entity.ai.control.BodyControl
net.minecraft.entity.mob.CreakingEntity.CreakingBodyControl
- All Implemented Interfaces:
- Control
- Enclosing class:
- CreakingEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/mob/CreakingEntity$CreakingBodyControl- intermediary - net/minecraft/class_10275$class_10276- official - cnd$a
- 
Constructor Details- 
CreakingBodyControl- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/mob/CreakingEntity$CreakingBodyControl;<init>(Lnet/minecraft/entity/mob/CreakingEntity;Lnet/minecraft/entity/mob/CreakingEntity;)V- intermediary - <init>- Lnet/minecraft/class_10275$class_10276;<init>(Lnet/minecraft/class_10275;Lnet/minecraft/class_10275;)V- official - <init>- Lcnd$a;<init>(Lcnd;Lcnd;)V
 
 
- 
- 
Method Details- 
tickpublic void tick()Ticks the body control.- Overrides:
- tickin class- BodyControl
- Implementation Requirements:
- If the entity has moved, its body yaw adjusts to its head yaw. Otherwise, if the entity is not steered, its head yaw adjusts to its body yaw.
- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/entity/ai/control/BodyControl;tick()V- intermediary - method_6224- Lnet/minecraft/class_1330;method_6224()V- official - a- Lcbe;a()V
 
 
-