Sha256: 32d6e2407b478d15bda96d8b3bf9c7bb9d18cc160e0bfbeb3be8d4ecb99a7597

Contents?: true

Size: 658 Bytes

Versions: 3

Compression:

Stored size: 658 Bytes

Contents

# MinecraftVersionsClient::Version

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  | [optional] |
| **type** | **String** |  | [optional] |
| **url** | **String** |  | [optional] |
| **time** | **Time** |  | [optional] |
| **release_time** | **Time** |  | [optional] |

## Example

```ruby
require 'minecraft_versions'

instance = MinecraftVersionsClient::Version.new(
  id: 24w14potato,
  type: snapshot,
  url: https://piston-meta.mojang.com/v1/packages/21df7f4ba484a6437ab5e9dca0b4dfb5dcefc802/24w14potato.json,
  time: 2024-04-01T11:14:41Z,
  release_time: 2024-04-01T11:07:19Z
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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