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