Package net.minecraft.entity.mob
Class VexEntity.VexMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.VexEntity.VexMoveControl
- Enclosing class:
- VexEntity
class VexEntity.VexMoveControl extends MoveControl
- Mappings:
Namespace Name official bft$c
intermediary net/minecraft/class_1634$class_1637
named net/minecraft/entity/mob/VexEntity$VexMoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description VexMoveControl(VexEntity owner)
-
Method Summary
Modifier and Type Method Description void
tick()
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
-
Constructor Details
-
VexMoveControl
- Mappings:
Namespace Name Mixin selector official <init>
Lbft$c;<init>(Lbft;Lbft;)V
intermediary <init>
Lnet/minecraft/class_1634$class_1637;<init>(Lnet/minecraft/class_1634;Lnet/minecraft/class_1634;)V
named <init>
Lnet/minecraft/entity/mob/VexEntity$VexMoveControl;<init>(Lnet/minecraft/entity/mob/VexEntity;Lnet/minecraft/entity/mob/VexEntity;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
- Mappings:
Namespace Name Mixin selector official a
Lawb;a()V
intermediary method_6240
Lnet/minecraft/class_1335;method_6240()V
named tick
Lnet/minecraft/entity/ai/control/MoveControl;tick()V
-