| Package | Description | 
|---|---|
| de.tr7zw.changeme.nbtapi.utils | |
| de.tr7zw.changeme.nbtapi.utils.nmsmappings | 
| Modifier and Type | Method and Description | 
|---|---|
static MinecraftVersion | 
MinecraftVersion.getVersion()
Getter for this servers MinecraftVersion. 
 | 
static MinecraftVersion | 
MinecraftVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MinecraftVersion[] | 
MinecraftVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CheckUtil.assertAvailable(MinecraftVersion version)  | 
static boolean | 
MinecraftVersion.isAtLeastVersion(MinecraftVersion version)
Returns true if the current versions is at least the given Version 
 | 
static boolean | 
MinecraftVersion.isNewerThan(MinecraftVersion version)
Returns true if the current versions newer (not equal) than the given version 
 | 
| Modifier and Type | Field and Description | 
|---|---|
MinecraftVersion | 
ReflectionMethod.Since.version  | 
| Constructor and Description | 
|---|
Since(MinecraftVersion version,
     String name)  | 
Copyright © 2015–2025 tr7zw. All rights reserved.