@ApiStatus.Experimental
@ApiStatus.Experimental fun getLootTable(lootTableId: String): JsonObject?Returns the JSON form of an existing loot table, or null when the table is not registered or the server is offline.
Reads from server.reloadableRegistries(), which is where loot tables live in MC 1.21.5+, then re-encodes through [LootTable.DIRECT_CODEC].
