25 ::ll::TypedStorage<8, 32, ::std::string> mSchemaUrl;
26 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
27 ::ll::TypedStorage<8, 32, ::std::string> mFormatVersion;
28 ::ll::TypedStorage<8, 32, ::std::string> mMinecraftVersion;
29 ::ll::TypedStorage<4, 8, ::std::optional<int>> mProtocolVersion;
33 ::std::optional<::std::unordered_map<::std::string, ::cereal::ext::internal::JSONSchemaDef>>>
44 MCAPI
void makeAndNormalizeDefs(
46 ::std::vector<::cereal::SchemaDescription>
const& descriptions
61 MCAPI static ::cereal::ext::JSONSchema
62 fromDescriptions(::std::vector<::cereal::SchemaDescription>
const& descriptions, uint64 pos);
65 MCAPI static ::cereal::ext::JSONSchema
66 fromDescriptions(::std::vector<::cereal::SchemaDescription>
const& descriptions, ::entt::type_info
const& type);