Package net.kyori.adventure.util
Interface Codec.Decoder<D,E,X extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description D
decode(E encoded)
Decodes.
-
Modifier and Type | Method | Description |
---|---|---|
D |
decode(E encoded) |
Decodes.
|