Uses of Class
com.comphenix.protocol.utility.MinecraftVersion
Packages that use MinecraftVersion
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of MinecraftVersion in com.comphenix.protocol
Methods in com.comphenix.protocol that return MinecraftVersionModifier and TypeMethodDescriptionPacketType.getCurrentVersion()Retrieve the Minecraft version for the current ID.ProtocolManager.getMinecraftVersion()Retrieve the current Minecraft version.Methods in com.comphenix.protocol with parameters of type MinecraftVersionModifier and TypeMethodDescriptionstatic voidProtocolLogger.warnAbove(MinecraftVersion version, String message, Object... args)Constructors in com.comphenix.protocol with parameters of type MinecraftVersionModifierConstructorDescriptionPacketType(PacketType.Protocol protocol, PacketType.Sender sender, int currentId, MinecraftVersion version, String... names)Construct a new packet type. -
Uses of MinecraftVersion in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector that return MinecraftVersionModifier and TypeMethodDescriptionPacketFilterBuilder.getMinecraftVersion()Retrieve the current Minecraft version.PacketFilterManager.getMinecraftVersion()Methods in com.comphenix.protocol.injector with parameters of type MinecraftVersionModifier and TypeMethodDescriptionPacketFilterBuilder.minecraftVersion(MinecraftVersion mcVersion)Set the current Minecraft version. -
Uses of MinecraftVersion in com.comphenix.protocol.utility
Fields in com.comphenix.protocol.utility declared as MinecraftVersionModifier and TypeFieldDescriptionstatic MinecraftVersionMinecraftVersion.AQUATIC_UPDATEVersion 1.13 - update aquatic.static MinecraftVersionMinecraftVersion.BEE_UPDATEVersion 1.15 - the bee updatestatic MinecraftVersionMinecraftVersion.BOUNTIFUL_UPDATEVersion 1.8 - the "bountiful" update.static MinecraftVersionMinecraftVersion.CAVES_CLIFFS_1Version 1.17 - caves and cliffs part 1static MinecraftVersionMinecraftVersion.COLOR_UPDATEVersion 1.12 - the world of color update.static MinecraftVersionMinecraftVersion.COMBAT_UPDATEVersion 1.9 - the combat update.static MinecraftVersionConstants.CURRENT_VERSIONstatic MinecraftVersionMinecraftVersion.EXPLORATION_UPDATEVersion 1.11 - the exploration update.static MinecraftVersionMinecraftVersion.FROSTBURN_UPDATEVersion 1.10 - the frostburn update.static MinecraftVersionMinecraftVersion.HORSE_UPDATEVersion 1.6.1 - the horse update.static MinecraftVersionMinecraftVersion.NETHER_UPDATEVersion 1.16.0 - the nether updatestatic MinecraftVersionMinecraftVersion.NETHER_UPDATE_2Version 1.16.2 - breaking change to the nether updatestatic MinecraftVersionMinecraftVersion.REDSTONE_UPDATEVersion 1.5.0 - the redstone update.static MinecraftVersionMinecraftVersion.SCARY_UPDATEVersion 1.4.2 - the scary update (Wither Boss).static MinecraftVersionMinecraftVersion.SKIN_UPDATEVersion 1.7.8 - the update that changed the skin format (and distribution - R.I.P.static MinecraftVersionMinecraftVersion.VILLAGE_UPDATEVersion 1.14 - village and pillage update.static MinecraftVersionMinecraftVersion.WORLD_UPDATEVersion 1.7.2 - the update that changed the world.Methods in com.comphenix.protocol.utility that return MinecraftVersionModifier and TypeMethodDescriptionstatic MinecraftVersionMinecraftVersion.fromServerVersion(String serverVersion)Parse the given server version into a Minecraft version.static MinecraftVersionMinecraftVersion.getCurrentVersion()Methods in com.comphenix.protocol.utility with parameters of type MinecraftVersionModifier and TypeMethodDescriptionstatic booleanMinecraftVersion.atOrAbove(MinecraftVersion version)intMinecraftVersion.compareTo(MinecraftVersion o)static intMinecraftProtocolVersion.getVersion(MinecraftVersion version)Retrieve the version of the Minecraft protocol for this version of Minecraft.booleanMinecraftVersion.isAtLeast(MinecraftVersion other)static voidMinecraftVersion.setCurrentVersion(MinecraftVersion version)