Sha256: 39c105842793fcef65164b4e492fc3339391ae1290520ec65bd0015316ceea4f

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

# MinecraftVersionsClient::VersionPackageInfoDownloads

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client** | [**Download**](Download.md) |  | [optional] |
| **client_mappings** | [**Download**](Download.md) |  | [optional] |
| **server** | [**Download**](Download.md) |  | [optional] |
| **server_mappings** | [**Download**](Download.md) |  | [optional] |

## Example

```ruby
require 'minecraft_versions'

instance = MinecraftVersionsClient::VersionPackageInfoDownloads.new(
  client: null,
  client_mappings: null,
  server: null,
  server_mappings: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
minecraft_versions-1.0.0 docs/VersionPackageInfoDownloads.md
minecraft_versions-0.12.0 docs/VersionPackageInfoDownloads.md
minecraft_versions-0.11.0 docs/VersionPackageInfoDownloads.md
minecraft_versions-0.10.0 docs/VersionPackageInfoDownloads.md