Class DroneMovementController

java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl
me.desht.pneumaticcraft.common.ai.DroneMovementController
All Implemented Interfaces:
net.minecraft.world.entity.ai.control.Control

public class DroneMovementController extends net.minecraft.world.entity.ai.control.MoveControl
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.control.MoveControl

    net.minecraft.world.entity.ai.control.MoveControl.Operation
  • Field Summary

    Fields inherited from class net.minecraft.world.entity.ai.control.MoveControl

    MAX_TURN, MIN_SPEED, MIN_SPEED_SQR, mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setWantedPosition(double x, double y, double z, double speed)
     
    void
     

    Methods inherited from class net.minecraft.world.entity.ai.control.MoveControl

    getSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, strafe

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DroneMovementController

      public DroneMovementController(AbstractDroneEntity par1EntityLiving)
  • Method Details

    • setWantedPosition

      public void setWantedPosition(double x, double y, double z, double speed)
      Overrides:
      setWantedPosition in class net.minecraft.world.entity.ai.control.MoveControl
    • tick

      public void tick()
      Overrides:
      tick in class net.minecraft.world.entity.ai.control.MoveControl