| Package | Description |
|---|---|
| me.lucko.helper.reflect |
| Modifier and Type | Field and Description |
|---|---|
static MinecraftVersion |
MinecraftVersions.v1_10
Version 1.10 - the frostburn update.
|
static MinecraftVersion |
MinecraftVersions.v1_11
Version 1.11 - the exploration update.
|
static MinecraftVersion |
MinecraftVersions.v1_12
Version 1.12 - the world of color update.
|
static MinecraftVersion |
MinecraftVersions.v1_13
Version 1.13 - update aquatic.
|
static MinecraftVersion |
MinecraftVersions.v1_14
Version 1.14 - village and pillage update
|
static MinecraftVersion |
MinecraftVersions.v1_15
Version 1.15 - buzzy bees update
|
static MinecraftVersion |
MinecraftVersions.v1_16
Version 1.16 - nether update
|
static MinecraftVersion |
MinecraftVersions.v1_17
Version 1.17 - caves and cliffs part 1
|
static MinecraftVersion |
MinecraftVersions.v1_18
Version 1.18 - caves and cliffs part 2
|
static MinecraftVersion |
MinecraftVersions.v1_19
Version 1.19 - the wild update
|
static MinecraftVersion |
MinecraftVersions.v1_4_2
Version 1.4.2 - the scary update (Wither Boss).
|
static MinecraftVersion |
MinecraftVersions.v1_5_0
Version 1.5.0 - the redstone update.
|
static MinecraftVersion |
MinecraftVersions.v1_6_1
Version 1.6.1 - the horse update.
|
static MinecraftVersion |
MinecraftVersions.v1_7_2
Version 1.7.2 - the update that changed the world.
|
static MinecraftVersion |
MinecraftVersions.v1_7_8
Version 1.7.8 - the update that changed the skin format (and distribution - R.I.P.
|
static MinecraftVersion |
MinecraftVersions.v1_8
Version 1.8 - the "bountiful" update.
|
static MinecraftVersion |
MinecraftVersions.v1_9
Version 1.9 - the combat update.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<MinecraftVersion> |
MinecraftVersion.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static MinecraftVersion |
MinecraftVersion.getRuntimeVersion()
Gets the
MinecraftVersion of the runtime server. |
static MinecraftVersion |
MinecraftVersion.of(int major,
int minor,
int build)
Creates a new
MinecraftVersion with the given properties. |
static MinecraftVersion |
MinecraftVersion.parse(String version)
Parses a
MinecraftVersion from a version string, in the format
major.minor.build, or in the snapshot format. |
static MinecraftVersion |
MinecraftVersion.parse(String version,
boolean parseSnapshot)
Parses a
MinecraftVersion from a version string, in the format
major.minor.build, or in the snapshot format. |
| Modifier and Type | Method and Description |
|---|---|
Set<MinecraftVersion> |
NmsVersion.getMinecraftVersions()
Gets the
MinecraftVersions that used this NmsVersion. |
| Modifier and Type | Method and Description |
|---|---|
int |
MinecraftVersion.compareTo(MinecraftVersion that) |
static NmsVersion |
NmsVersion.forMinecraftVersion(MinecraftVersion minecraftVersion)
Gets the
NmsVersion for the given MinecraftVersion. |
boolean |
MinecraftVersion.isAfter(MinecraftVersion other)
Gets if this version was released after another version.
|
boolean |
MinecraftVersion.isAfterOrEq(MinecraftVersion other)
Gets if this version was released after another version, or is equal to it.
|
boolean |
MinecraftVersion.isBefore(MinecraftVersion other)
Gets if this version was released before another version.
|
boolean |
MinecraftVersion.isBeforeOrEq(MinecraftVersion other)
Gets if this version was released before another version, or is equal to it.
|
boolean |
MinecraftVersion.isBetween(MinecraftVersion o1,
MinecraftVersion o2)
Gets if this version was released in the period between two other versions, or is equal
to either of them.
|
Copyright © 2022. All rights reserved.