CLASS net/minecraft/class_6477 net/minecraft/SaveVersion COMMENT The version components of Minecraft that is used for identification in COMMENT save games. FIELD field_34268 MAIN_SERIES Ljava/lang/String; COMMENT The default series of a version, {@code main}, if a series is not specified. FIELD field_34269 id I FIELD field_34270 series Ljava/lang/String; METHOD (I)V ARG 1 id METHOD (ILjava/lang/String;)V ARG 1 id ARG 2 series METHOD method_37785 isNotMainSeries ()Z METHOD method_37786 hasSameSeries (Lnet/minecraft/class_6477;)Z ARG 1 other METHOD method_37787 getSeries ()Ljava/lang/String; COMMENT {@return the series of this version} COMMENT COMMENT

This is stored in the {@code Series} field within {@code level.dat}. COMMENT COMMENT

Known values include {@code main} for the main series and COMMENT {@code ccpreview} for the caves and cliffs experimental snapshots. METHOD method_37788 isAvailableTo (Lnet/minecraft/class_6477;)Z COMMENT {@return whether this save version can be loaded by the {@code other} version} ARG 1 other METHOD method_37789 getId ()I COMMENT {@return the integer data version of this save version} METHOD method_37790 hasOldWorldHeight ()Z COMMENT This method always returns {@code false}, but its usage appears to COMMENT indicate that it returns if this save version has the old 0 to 255 world COMMENT height limit.