Class Screenshot

java.lang.Object
net.minecraft.client.Screenshot

public class Screenshot extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • DATE_FORMAT

      private static final DateFormat DATE_FORMAT
    • rowHeight

      private int rowHeight
    • outputStream

      private final DataOutputStream outputStream
    • bytes

      private final byte[] bytes
    • width

      private final int width
    • height

      private final int height
    • file

      private File file
  • Constructor Details

    • Screenshot

      public Screenshot(File p_168601_, int p_168602_, int p_168603_, int p_168604_) throws IOException
      Throws:
      IOException
  • Method Details