Class SaveFormatComparator

java.lang.Object
net.minecraft.src.SaveFormatComparator
All Implemented Interfaces:
Comparable

@Environment(CLIENT) public class SaveFormatComparator extends Object implements Comparable
  • Constructor Details

    • SaveFormatComparator

      public SaveFormatComparator(String par1Str, String par2Str, long par3, long par5, EnumGameType par7EnumGameType, boolean par8, boolean par9, boolean par10)
  • Method Details

    • getFileName

      public String getFileName()
      return the file name
    • getDisplayName

      public String getDisplayName()
      return the display name of the save
    • requiresConversion

      public boolean requiresConversion()
    • getLastTimePlayed

      public long getLastTimePlayed()
    • compareTo

      public int compareTo(SaveFormatComparator par1SaveFormatComparator)
    • getEnumGameType

      public EnumGameType getEnumGameType()
      Gets the EnumGameType.
    • isHardcoreModeEnabled

      public boolean isHardcoreModeEnabled()
    • getCheatsEnabled

      public boolean getCheatsEnabled()
      Returns:
      true if cheats are enabled for this world
    • compareTo

      public int compareTo(Object par1Obj)
      Specified by:
      compareTo in interface Comparable