Class QuickPlayLog

java.lang.Object
net.minecraft.client.quickplay.QuickPlayLog

public class QuickPlayLog extends Object
  • Field Details

    • INACTIVE

      private static final QuickPlayLog INACTIVE
    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • GSON

      private static final Gson GSON
    • path

      private final Path path
    • worldData

      private @Nullable QuickPlayLog.QuickPlayWorld worldData
  • Constructor Details

    • QuickPlayLog

      private QuickPlayLog(String quickPlayPath)
  • Method Details