NPM
  • Preparing search index...
  • The search index is not available
MCBE LevelDB
  • MCBE LevelDB
  • NBTSchemas
  • Utils
  • Conversion
  • ToJSONSchema
  • convertAllSchemas

Function convertAllSchemas

  • convertAllSchemas(
        schemas: Record<string, NBTSchema | NBTSchemaFragment>,
        options?: ConvertOptions,
    ): Record<string, JSONSchema>

    Convert the whole nbtSchemas object.

    Parameters

    • schemas: Record<string, NBTSchema | NBTSchemaFragment>

      The NBT schemas to convert.

    • options: ConvertOptions = ...

      The conversion options.

    Returns Record<string, JSONSchema>

    The converted NBT schemas.

    • Defined in nbtSchemas.ts:13114

Settings

Member Visibility
NPM
MCBE LevelDB
  • Loading...

Generated using TypeDoc