Package net.minecraft.entity.mob
Class PhantomEntity.PhantomBodyControl
java.lang.Object
net.minecraft.entity.ai.control.BodyControl
net.minecraft.entity.mob.PhantomEntity.PhantomBodyControl
- All Implemented Interfaces:
- Control
- Enclosing class:
- PhantomEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/mob/PhantomEntity$PhantomBodyControl- intermediary - net/minecraft/class_1593$class_1597- official - cmb$d
- 
Constructor Details- 
PhantomBodyControl- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/mob/PhantomEntity$PhantomBodyControl;<init>(Lnet/minecraft/entity/mob/PhantomEntity;Lnet/minecraft/entity/mob/MobEntity;)V- intermediary - <init>- Lnet/minecraft/class_1593$class_1597;<init>(Lnet/minecraft/class_1593;Lnet/minecraft/class_1308;)V- official - <init>- Lcmb$d;<init>(Lcmb;Lbvk;)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
 
 
-