Skip to content

Commit 2fb64c5

Browse files
committed
set BlockPacketDataManager version
1 parent 98ca257 commit 2fb64c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/falsepattern/chunk/api/DataManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ interface PacketDataManager extends DataManager {
115115
* Implement this interface if you additionally want to synchronize your data on single and multi-block updates,
116116
* not just chunk updates.
117117
*
118-
* @since TODO
118+
* @since 0.6.0
119119
* @author FalsePattern
120-
* @version TODO
120+
* @version 0.6.0
121121
*/
122-
@StableAPI(since = "TODO")
122+
@StableAPI(since = "0.6.0")
123123
interface BlockPacketDataManager extends DataManager {
124124
@Contract(mutates = "param1")
125125
@StableAPI.Expose

0 commit comments

Comments
 (0)