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.
TagDeserializationContext
1 parent bbf0bcb commit 13ded9dCopy full SHA for 13ded9d
nbt/src/main/java/core/nbt/serialization/TagDeserializationContext.java
@@ -17,7 +17,7 @@ public interface TagDeserializationContext {
17
* @param type the class of the object to be returned
18
* @param <T> the type of the object to be returned
19
* @return an object of the specified type deserialized from the tag
20
- * @throws ParserException if an error occurs during serialization
+ * @throws ParserException if an error occurs during deserialization
21
*/
22
<T> T deserialize(Tag tag, Class<T> type) throws ParserException;
23
0 commit comments