reorder lol

This commit is contained in:
Brady
2020-03-02 17:12:27 -06:00
parent 9130734a9f
commit d82fd04f5f

View File

@@ -32,6 +32,11 @@ import net.minecraft.util.Session;
*/
public interface IBaritoneUser {
/**
* @return The Baritone instance
*/
IBaritone getBaritone();
/**
* @return The network manager that is responsible for the current connection.
*/
@@ -75,6 +80,4 @@ public interface IBaritoneUser {
* @return The manager that spawned this {@link IBaritoneUser}.
*/
IUserManager getManager();
IBaritone getBaritone();
}