Package net.minecraft
Interface GameVersion
- All Known Implementing Classes:
 MinecraftVersion
public interface GameVersion
The game version interface used by Minecraft, replacing the javabridge
 one's occurrences in Minecraft code.
- Mappings:
 Namespace Name official adintermediary net/minecraft/class_6489named net/minecraft/GameVersion
- 
Method Details
- 
getSaveVersion
SaveVersion getSaveVersion()Returns the save version information for this game version.- Returns:
 - the save version information for this game version
 - Mappings:
 Namespace Name Mixin selector official dLad;d()Ldys;intermediary method_37912Lnet/minecraft/class_6489;method_37912()Lnet/minecraft/class_6595;named getSaveVersionLnet/minecraft/GameVersion;getSaveVersion()Lnet/minecraft/SaveVersion;
 - 
getId
String getId()- Mappings:
 Namespace Name Mixin selector official bLad;b()Ljava/lang/String;intermediary method_48018Lnet/minecraft/class_6489;method_48018()Ljava/lang/String;named getIdLnet/minecraft/GameVersion;getId()Ljava/lang/String;
 - 
getName
String getName()- Mappings:
 Namespace Name Mixin selector official cLad;c()Ljava/lang/String;intermediary method_48019Lnet/minecraft/class_6489;method_48019()Ljava/lang/String;named getNameLnet/minecraft/GameVersion;getName()Ljava/lang/String;
 - 
getProtocolVersion
int getProtocolVersion()- Mappings:
 Namespace Name Mixin selector official eLad;e()Iintermediary method_48020Lnet/minecraft/class_6489;method_48020()Inamed getProtocolVersionLnet/minecraft/GameVersion;getProtocolVersion()I
 - 
getResourceVersion
- Mappings:
 Namespace Name Mixin selector official aLad;a(Lajm;)Iintermediary method_48017Lnet/minecraft/class_6489;method_48017(Lnet/minecraft/class_3264;)Inamed getResourceVersionLnet/minecraft/GameVersion;getResourceVersion(Lnet/minecraft/resource/ResourceType;)I
 - 
getBuildTime
Date getBuildTime()- Mappings:
 Namespace Name Mixin selector official fLad;f()Ljava/util/Date;intermediary method_48021Lnet/minecraft/class_6489;method_48021()Ljava/util/Date;named getBuildTimeLnet/minecraft/GameVersion;getBuildTime()Ljava/util/Date;
 - 
isStable
boolean isStable()- Mappings:
 Namespace Name Mixin selector official gLad;g()Zintermediary method_48022Lnet/minecraft/class_6489;method_48022()Znamed isStableLnet/minecraft/GameVersion;isStable()Z
 
 -