Skip to content

Commit

Permalink
[#34] Add package description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed May 27, 2024
1 parent fd9c6ae commit 36dcff2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/net/minestom/server/notifications/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* This module contains logic about notification system for the minecraft client.
* <p>
* It allows developers to show a toast in the right upper corner with 3 different frame types:
* {@link net.minestom.server.advancements.FrameType#GOAL}, {@link net.minestom.server.advancements.FrameType#TASK} or {@link net.minestom.server.advancements.FrameType#CHALLENGE}
* </p>
*
* @since 1.4.1
* @author TheMeinerLP
* @version 1.0
*/
package net.minestom.server.notifications;

0 comments on commit 36dcff2

Please sign in to comment.