Skip to content

Commit

Permalink
add missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marlester-dev committed Aug 25, 2024
1 parent 0a6c6c8 commit 4be8227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/me/marlester/mcbotlib/BotSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
import org.geysermc.mcprotocollib.protocol.data.ProtocolState;
import org.jetbrains.annotations.NotNull;

/**
* Extension of {@link TcpClientSession}.
* Basically the bot class.
*/
public class BotSession extends TcpClientSession {

@NotNull
Expand Down

0 comments on commit 4be8227

Please sign in to comment.