Fix documentation in some DataPack methods (#1164)

This commit is contained in:
Deathreus 2020-02-07 01:05:32 -05:00 committed by Asher Baker
parent 6f44e88009
commit b375cadc44

View File

@ -73,12 +73,12 @@ methodmap DataPack < Handle
// Reads a cell from a data pack.
//
// @param pack Handle to the data pack.
// @return A cell at this position
public native any ReadCell();
// Reads a float from a data pack.
//
// @param pack Handle to the data pack.
// @return Float at this position
public native float ReadFloat();
// Reads a string from a data pack.