Class SaveVersionInfo

java.lang.Object
net.minecraft.world.level.storage.SaveVersionInfo

public class SaveVersionInfo extends Object
Mappings:
Namespace Name
named net/minecraft/world/level/storage/SaveVersionInfo
intermediary net/minecraft/class_5315
official evi
  • Field Details Link icon

    • levelFormatVersion Link icon

      private final int levelFormatVersion
      Mappings:
      Namespace Name Mixin selector
      named levelFormatVersion Lnet/minecraft/world/level/storage/SaveVersionInfo;levelFormatVersion:I
      intermediary field_25024 Lnet/minecraft/class_5315;field_25024:I
      official a Levi;a:I
    • lastPlayed Link icon

      private final long lastPlayed
      Mappings:
      Namespace Name Mixin selector
      named lastPlayed Lnet/minecraft/world/level/storage/SaveVersionInfo;lastPlayed:J
      intermediary field_25025 Lnet/minecraft/class_5315;field_25025:J
      official b Levi;b:J
    • versionName Link icon

      private final String versionName
      Mappings:
      Namespace Name Mixin selector
      named versionName Lnet/minecraft/world/level/storage/SaveVersionInfo;versionName:Ljava/lang/String;
      intermediary field_25026 Lnet/minecraft/class_5315;field_25026:Ljava/lang/String;
      official c Levi;c:Ljava/lang/String;
    • version Link icon

      private final SaveVersion version
      Mappings:
      Namespace Name Mixin selector
      named version Lnet/minecraft/world/level/storage/SaveVersionInfo;version:Lnet/minecraft/SaveVersion;
      intermediary field_25027 Lnet/minecraft/class_5315;field_25027:Lnet/minecraft/class_6595;
      official d Levi;d:Leuy;
    • stable Link icon

      private final boolean stable
      Mappings:
      Namespace Name Mixin selector
      named stable Lnet/minecraft/world/level/storage/SaveVersionInfo;stable:Z
      intermediary field_25028 Lnet/minecraft/class_5315;field_25028:Z
      official e Levi;e:Z
  • Constructor Details Link icon

    • SaveVersionInfo Link icon

      private SaveVersionInfo(int levelFormatVersion, long lastPlayed, String versionName, int versionId, String series, boolean stable)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/level/storage/SaveVersionInfo;<init>(IJLjava/lang/String;ILjava/lang/String;Z)V
      intermediary <init> Lnet/minecraft/class_5315;<init>(IJLjava/lang/String;ILjava/lang/String;Z)V
      official <init> Levi;<init>(IJLjava/lang/String;ILjava/lang/String;Z)V
  • Method Details Link icon

    • fromDynamic Link icon

      public static SaveVersionInfo fromDynamic(com.mojang.serialization.Dynamic<?> dynamic)
      Mappings:
      Namespace Name Mixin selector
      named fromDynamic Lnet/minecraft/world/level/storage/SaveVersionInfo;fromDynamic(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/world/level/storage/SaveVersionInfo;
      intermediary method_29023 Lnet/minecraft/class_5315;method_29023(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/class_5315;
      official a Levi;a(Lcom/mojang/serialization/Dynamic;)Levi;
    • getLevelFormatVersion Link icon

      public int getLevelFormatVersion()
      Mappings:
      Namespace Name Mixin selector
      named getLevelFormatVersion Lnet/minecraft/world/level/storage/SaveVersionInfo;getLevelFormatVersion()I
      intermediary method_29022 Lnet/minecraft/class_5315;method_29022()I
      official a Levi;a()I
    • getLastPlayed Link icon

      public long getLastPlayed()
      Mappings:
      Namespace Name Mixin selector
      named getLastPlayed Lnet/minecraft/world/level/storage/SaveVersionInfo;getLastPlayed()J
      intermediary method_29024 Lnet/minecraft/class_5315;method_29024()J
      official b Levi;b()J
    • getVersionName Link icon

      public String getVersionName()
      Mappings:
      Namespace Name Mixin selector
      named getVersionName Lnet/minecraft/world/level/storage/SaveVersionInfo;getVersionName()Ljava/lang/String;
      intermediary method_29025 Lnet/minecraft/class_5315;method_29025()Ljava/lang/String;
      official c Levi;c()Ljava/lang/String;
    • getVersion Link icon

      public SaveVersion getVersion()
      Mappings:
      Namespace Name Mixin selector
      named getVersion Lnet/minecraft/world/level/storage/SaveVersionInfo;getVersion()Lnet/minecraft/SaveVersion;
      intermediary method_29026 Lnet/minecraft/class_5315;method_29026()Lnet/minecraft/class_6595;
      official d Levi;d()Leuy;
    • isStable Link icon

      public boolean isStable()
      Mappings:
      Namespace Name Mixin selector
      named isStable Lnet/minecraft/world/level/storage/SaveVersionInfo;isStable()Z
      intermediary method_29027 Lnet/minecraft/class_5315;method_29027()Z
      official e Levi;e()Z