Class NoVizFallback
java.lang.Object
net.minecraftforge.client.loading.NoVizFallback
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static Supplier<LoadingOverlay>
loadingOverlay
(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> ex, boolean fadein) static LongSupplier
windowHandoff
(IntSupplier width, IntSupplier height, Supplier<String> title, LongSupplier monitor) static Boolean
windowPositioning
(Optional<Monitor> monitor, IntConsumer widthSetter, IntConsumer heightSetter, IntConsumer xSetter, IntConsumer ySetter)
-
Field Details
-
WINDOW
private static long WINDOW
-
-
Constructor Details
-
NoVizFallback
public NoVizFallback()
-
-
Method Details
-
windowHandoff
public static LongSupplier windowHandoff(IntSupplier width, IntSupplier height, Supplier<String> title, LongSupplier monitor) -
loadingOverlay
public static Supplier<LoadingOverlay> loadingOverlay(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> ex, boolean fadein) -
windowPositioning
public static Boolean windowPositioning(Optional<Monitor> monitor, IntConsumer widthSetter, IntConsumer heightSetter, IntConsumer xSetter, IntConsumer ySetter) -
glVersion
-