类 Screenshot

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

public class Screenshot extends Object
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • SCREENSHOT_DIR

      public static final String SCREENSHOT_DIR
      另请参阅:
    • 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
  • 构造器详细资料

    • Screenshot

      public Screenshot(File pGameDirectory, int pWidth, int pHeight, int pRowHeight) throws IOException
      抛出:
      IOException
  • 方法详细资料