Package net.minecraft

Interface GameVersion

All Known Implementing Classes:
GameVersion.Impl

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/GameVersion
intermediary net/minecraft/class_6489
official ah
  • Method Details

    • dataVersion

      SaveVersion dataVersion()
      Mappings:
      Namespace Name Mixin selector
      named dataVersion Lnet/minecraft/GameVersion;dataVersion()Lnet/minecraft/SaveVersion;
      intermediary comp_4026 Lnet/minecraft/class_6489;comp_4026()Lnet/minecraft/class_6595;
      official a Lah;a()Lfck;
    • id

      String id()
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/GameVersion;id()Ljava/lang/String;
      intermediary comp_4024 Lnet/minecraft/class_6489;comp_4024()Ljava/lang/String;
      official b Lah;b()Ljava/lang/String;
    • name

      String name()
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/GameVersion;name()Ljava/lang/String;
      intermediary comp_4025 Lnet/minecraft/class_6489;comp_4025()Ljava/lang/String;
      official c Lah;c()Ljava/lang/String;
    • protocolVersion

      int protocolVersion()
      Mappings:
      Namespace Name Mixin selector
      named protocolVersion Lnet/minecraft/GameVersion;protocolVersion()I
      intermediary comp_4027 Lnet/minecraft/class_6489;comp_4027()I
      official d Lah;d()I
    • packVersion

      int packVersion(ResourceType type)
      Mappings:
      Namespace Name Mixin selector
      named packVersion Lnet/minecraft/GameVersion;packVersion(Lnet/minecraft/resource/ResourceType;)I
      intermediary method_70592 Lnet/minecraft/class_6489;method_70592(Lnet/minecraft/class_3264;)I
      official a Lah;a(Lawd;)I
    • buildTime

      Date buildTime()
      Mappings:
      Namespace Name Mixin selector
      named buildTime Lnet/minecraft/GameVersion;buildTime()Ljava/util/Date;
      intermediary comp_4030 Lnet/minecraft/class_6489;comp_4030()Ljava/util/Date;
      official e Lah;e()Ljava/util/Date;
    • stable

      boolean stable()
      Mappings:
      Namespace Name Mixin selector
      named stable Lnet/minecraft/GameVersion;stable()Z
      intermediary comp_4031 Lnet/minecraft/class_6489;comp_4031()Z
      official f Lah;f()Z