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 named net/minecraft/GameVersionintermediary net/minecraft/class_6489official ae
- 
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 named getSaveVersionLnet/minecraft/GameVersion;getSaveVersion()Lnet/minecraft/SaveVersion;intermediary method_37912Lnet/minecraft/class_6489;method_37912()Lnet/minecraft/class_6595;official dLae;d()Leqx;
 - 
getId
String getId()- Mappings:
 Namespace Name Mixin selector named getIdLnet/minecraft/GameVersion;getId()Ljava/lang/String;intermediary method_48018Lnet/minecraft/class_6489;method_48018()Ljava/lang/String;official bLae;b()Ljava/lang/String;
 - 
getName
String getName()- Mappings:
 Namespace Name Mixin selector named getNameLnet/minecraft/GameVersion;getName()Ljava/lang/String;intermediary method_48019Lnet/minecraft/class_6489;method_48019()Ljava/lang/String;official cLae;c()Ljava/lang/String;
 - 
getProtocolVersion
int getProtocolVersion()- Mappings:
 Namespace Name Mixin selector named getProtocolVersionLnet/minecraft/GameVersion;getProtocolVersion()Iintermediary method_48020Lnet/minecraft/class_6489;method_48020()Iofficial eLae;e()I
 - 
getResourceVersion
- Mappings:
 Namespace Name Mixin selector named getResourceVersionLnet/minecraft/GameVersion;getResourceVersion(Lnet/minecraft/resource/ResourceType;)Iintermediary method_48017Lnet/minecraft/class_6489;method_48017(Lnet/minecraft/class_3264;)Iofficial aLae;a(Lass;)I
 - 
getBuildTime
Date getBuildTime()- Mappings:
 Namespace Name Mixin selector named getBuildTimeLnet/minecraft/GameVersion;getBuildTime()Ljava/util/Date;intermediary method_48021Lnet/minecraft/class_6489;method_48021()Ljava/util/Date;official fLae;f()Ljava/util/Date;
 - 
isStable
boolean isStable()- Mappings:
 Namespace Name Mixin selector named isStableLnet/minecraft/GameVersion;isStable()Zintermediary method_48022Lnet/minecraft/class_6489;method_48022()Zofficial gLae;g()Z
 
 -