类 NoVizFallback
java.lang.Object
net.minecraftforge.client.loading.NoVizFallback
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static 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)
-
字段详细资料
-
WINDOW
private static long WINDOW
-
-
构造器详细资料
-
NoVizFallback
public NoVizFallback()
-
-
方法详细资料
-
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
-