Package | Description |
---|---|
net.minecraftforge.fml | |
net.minecraftforge.fml.client.gui.screen |
Modifier and Type | Field and Description |
---|---|
private static StartupQuery |
StartupQuery.pending |
Modifier and Type | Method and Description |
---|---|
private StartupQuery |
StartupQuery.QueryBuilder.build(java.util.concurrent.atomic.AtomicBoolean result) |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Consumer<StartupQuery> |
StartupQuery.QueryWrapperClient.clientQuery(java.util.function.Supplier<Minecraft> clientSupplier) |
static java.util.function.Consumer<StartupQuery> |
StartupQuery.QueryWrapperServer.dedicatedServerQuery(java.util.function.Supplier<DedicatedServer> serverSupplier) |
Modifier and Type | Field and Description |
---|---|
protected StartupQuery |
NotificationScreen.query |
Constructor and Description |
---|
ConfirmationScreen(StartupQuery query) |
NotificationScreen(StartupQuery query) |