Class NoVizFallback
java.lang.Object
net.minecraftforge.client.loading.NoVizFallback
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Stringstatic Supplier<LoadingOverlay>loadingOverlay(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> ex, boolean fadein) static LongSupplierwindowHandoff(IntSupplier width, IntSupplier height, Supplier<String> title, LongSupplier monitor) static BooleanwindowPositioning(Optional<Monitor> monitor, IntConsumer widthSetter, IntConsumer heightSetter, IntConsumer xSetter, IntConsumer ySetter) 
- 
Field Details- 
WINDOWprivate static long WINDOW
 
- 
- 
Constructor Details- 
NoVizFallbackpublic NoVizFallback()
 
- 
- 
Method Details- 
windowHandoffpublic static LongSupplier windowHandoff(IntSupplier width, IntSupplier height, Supplier<String> title, LongSupplier monitor) 
- 
loadingOverlaypublic static Supplier<LoadingOverlay> loadingOverlay(Supplier<Minecraft> mc, Supplier<ReloadInstance> ri, Consumer<Optional<Throwable>> ex, boolean fadein) 
- 
windowPositioningpublic static Boolean windowPositioning(Optional<Monitor> monitor, IntConsumer widthSetter, IntConsumer heightSetter, IntConsumer xSetter, IntConsumer ySetter) 
- 
glVersion
 
-