Skip to content

Commit

Permalink
chore(doc): Add commentary for correct documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu committed Jun 13, 2024
1 parent 03f03b6 commit a263f74
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
import org.jetbrains.annotations.Nullable;
import site.dragonstudio.visual.version.VersionAdapterModel;

/**
* {@link VersionAdapterModel} implementation for Minecraft 1.17.1
* support.
*
* @since 1.0.0
*/
public final class AdapterImplModule implements VersionAdapterModel<Component> {
private ServerPlayerConnection playerConnection;
private ClientboundSetTitleTextPacket clientsideTitleTextPacket;
Expand Down

0 comments on commit a263f74

Please sign in to comment.