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 0f68286 commit a3fbacdCopy full SHA for a3fbacd
src/main/java/org/spongepowered/api/data/Key.java
@@ -81,11 +81,6 @@ public interface Key<V extends Value<?>> extends ResourceKeyed {
81
* Sponge. If custom keys for {@link DataHolder}s is desired to be
82
* persisted, a {@link DataRegistration} is required.
83
*
84
- * <p>Registration of a custom created {@link Key} is required through
85
- * {@link RegisterRegistryValueEvent}. The
86
- * registration of a {@link DataRegistration} is done separately.
87
- * </p>
88
- *
89
* @see DataRegistration
90
* @return The key builder
91
*/
0 commit comments