getNbt method

String getNbt()

Implementation

String getNbt() {
  return gson.encode(getMap());
}