Package com.pixelmonmod.api.parsing
package com.pixelmonmod.api.parsing
-
ClassDescriptionParseAttempt<T>A data transfer object storing information about an attempt to parse an object
If, for some reason, the syntax is incorrect then it will provide an error inParseAttempt.getError()
If there is an exception during parsing then it will provide the error inParseAttempt.getException()