Package com.blamejared.bigshot
Class BigShot
java.lang.Object
com.blamejared.bigshot.BigShot
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.client.KeyMappingstatic final net.minecraft.client.KeyMappingstatic final net.minecraft.client.KeyMappingstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtakeScreenshot(int scale, Consumer<net.minecraft.network.chat.Component> consumer) static voidtakeScreenshot(File folder, int scale, Consumer<net.minecraft.network.chat.Component> consumer)
-
Field Details
-
KEY_2X_SCREENSHOT
public static final net.minecraft.client.KeyMapping KEY_2X_SCREENSHOT -
KEY_3X_SCREENSHOT
public static final net.minecraft.client.KeyMapping KEY_3X_SCREENSHOT -
KEY_4X_SCREENSHOT
public static final net.minecraft.client.KeyMapping KEY_4X_SCREENSHOT -
TAKING_SCREENSHOT
public static boolean TAKING_SCREENSHOT
-
-
Constructor Details
-
BigShot
public BigShot()
-
-
Method Details
-
takeScreenshot
public static void takeScreenshot(int scale, Consumer<net.minecraft.network.chat.Component> consumer) -
takeScreenshot
-