Uses of Enum
de.themoep.resourcepacksplugin.core.MinecraftVersion
-
Uses of MinecraftVersion in de.themoep.resourcepacksplugin.core
Modifier and TypeMethodDescriptionstatic MinecraftVersion
MinecraftVersion.getExactVersion
(int protocolVersion) Gets the Minecraft version that matches the protocol version exactlystatic MinecraftVersion
MinecraftVersion.getVersion
(int protocolVersion) Get the Minecraft version from the protocol versionstatic MinecraftVersion
MinecraftVersion.parseVersion
(String versionString) Parse the version from a string.static MinecraftVersion
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.