We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ca257 commit 2fb64c5Copy full SHA for 2fb64c5
src/main/java/com/falsepattern/chunk/api/DataManager.java
@@ -115,11 +115,11 @@ interface PacketDataManager extends DataManager {
115
* Implement this interface if you additionally want to synchronize your data on single and multi-block updates,
116
* not just chunk updates.
117
*
118
- * @since TODO
+ * @since 0.6.0
119
* @author FalsePattern
120
- * @version TODO
+ * @version 0.6.0
121
*/
122
- @StableAPI(since = "TODO")
+ @StableAPI(since = "0.6.0")
123
interface BlockPacketDataManager extends DataManager {
124
@Contract(mutates = "param1")
125
@StableAPI.Expose
0 commit comments