bad javadocs
This commit is contained in:
parent
7e7b9f4fdb
commit
02a04773c6
@ -26,15 +26,45 @@ import baritone.api.cache.IWorldProvider;
|
|||||||
*/
|
*/
|
||||||
public interface IBaritoneProvider {
|
public interface IBaritoneProvider {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see IFollowBehavior
|
||||||
|
*
|
||||||
|
* @return The {@link IFollowBehavior} instance
|
||||||
|
*/
|
||||||
IFollowBehavior getFollowBehavior();
|
IFollowBehavior getFollowBehavior();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see ILookBehavior
|
||||||
|
*
|
||||||
|
* @return The {@link ILookBehavior} instance
|
||||||
|
*/
|
||||||
ILookBehavior getLookBehavior();
|
ILookBehavior getLookBehavior();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see IMemoryBehavior
|
||||||
|
*
|
||||||
|
* @return The {@link IMemoryBehavior} instance
|
||||||
|
*/
|
||||||
IMemoryBehavior getMemoryBehavior();
|
IMemoryBehavior getMemoryBehavior();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see IMineBehavior
|
||||||
|
*
|
||||||
|
* @return The {@link IMineBehavior} instance
|
||||||
|
*/
|
||||||
IMineBehavior getMineBehavior();
|
IMineBehavior getMineBehavior();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see IPathingBehavior
|
||||||
|
*
|
||||||
|
* @return The {@link IPathingBehavior} instance
|
||||||
|
*/
|
||||||
IPathingBehavior getPathingBehavior();
|
IPathingBehavior getPathingBehavior();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see IWorldProvider
|
||||||
|
*
|
||||||
|
* @return The {@link IWorldProvider} instance
|
||||||
|
*/
|
||||||
IWorldProvider getWorldProvider();
|
IWorldProvider getWorldProvider();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user