Class NopPathManager
java.lang.Object
meteordevelopment.meteorclient.pathing.NopPathManager
- All Implemented Interfaces:
IPathManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface meteordevelopment.meteorclient.pathing.IPathManager
IPathManager.ISettings -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.meteorclient.pathing.IPathManager
moveTo
-
Constructor Details
-
NopPathManager
public NopPathManager()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIPathManager
-
isPathing
public boolean isPathing()- Specified by:
isPathingin interfaceIPathManager
-
pause
public void pause()- Specified by:
pausein interfaceIPathManager
-
resume
public void resume()- Specified by:
resumein interfaceIPathManager
-
stop
public void stop()- Specified by:
stopin interfaceIPathManager
-
moveTo
public void moveTo(net.minecraft.util.math.BlockPos pos, boolean ignoreY) - Specified by:
moveToin interfaceIPathManager
-
moveInDirection
public void moveInDirection(float yaw) - Specified by:
moveInDirectionin interfaceIPathManager
-
mine
public void mine(net.minecraft.block.Block... blocks) - Specified by:
minein interfaceIPathManager
-
follow
- Specified by:
followin interfaceIPathManager
-
getTargetYaw
public float getTargetYaw()- Specified by:
getTargetYawin interfaceIPathManager
-
getTargetPitch
public float getTargetPitch()- Specified by:
getTargetPitchin interfaceIPathManager
-
getSettings
- Specified by:
getSettingsin interfaceIPathManager
-