@Environment(value=CLIENT) public class MoreOptionsDialog extends Object implements TickableElement, Drawable
| Modifier and Type | Field and Description |
|---|---|
private static Text |
AMPLIFIED_INFO_TEXT |
ButtonWidget |
bonusItemsButton |
private ButtonWidget |
customizeTypeButton |
private static Logger |
field_25046 |
private static Text |
field_25047 |
private ButtonWidget |
field_25048 |
private Optional<GeneratorType> |
field_25049 |
private class_5455.class_5457 |
field_25483 |
private GeneratorOptions |
generatorOptions |
private ButtonWidget |
mapFeaturesButton |
private ButtonWidget |
mapTypeButton |
private int |
parentWidth |
private OptionalLong |
seedText |
private TextFieldWidget |
seedTextField |
private TextRenderer |
textRenderer |
| Constructor and Description |
|---|
MoreOptionsDialog(class_5455.class_5457 class_5457,
GeneratorOptions generatorOptions,
Optional<GeneratorType> optional,
OptionalLong optionalLong) |
| Modifier and Type | Method and Description |
|---|---|
GeneratorOptions |
getGeneratorOptions(boolean hardcore) |
boolean |
isDebugWorld() |
void |
method_28092(CreateWorldScreen parent,
MinecraftClient client,
TextRenderer textRenderer) |
private void |
method_29073(class_5455.class_5457 class_5457,
GeneratorOptions generatorOptions) |
class_5455.class_5457 |
method_29700() |
protected void |
method_30509(class_5455.class_5457 class_5457) |
private static String |
method_30510(OptionalLong optionalLong) |
private OptionalLong |
method_30511() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
protected void |
setGeneratorOptions(GeneratorOptions generatorOptions) |
void |
setVisible(boolean visible) |
void |
tick() |
private static OptionalLong |
tryParseLong(String string) |
private static final Logger field_25046
private static final Text field_25047
private static final Text AMPLIFIED_INFO_TEXT
private TextRenderer textRenderer
private int parentWidth
private TextFieldWidget seedTextField
private ButtonWidget mapFeaturesButton
public ButtonWidget bonusItemsButton
private ButtonWidget mapTypeButton
private ButtonWidget customizeTypeButton
private ButtonWidget field_25048
private class_5455.class_5457 field_25483
private GeneratorOptions generatorOptions
private Optional<GeneratorType> field_25049
private OptionalLong seedText
public MoreOptionsDialog(class_5455.class_5457 class_5457, GeneratorOptions generatorOptions, Optional<GeneratorType> optional, OptionalLong optionalLong)
public void method_28092(CreateWorldScreen parent, MinecraftClient client, TextRenderer textRenderer)
private void method_29073(class_5455.class_5457 class_5457, GeneratorOptions generatorOptions)
public void tick()
tick in interface TickableElementpublic void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
protected void setGeneratorOptions(GeneratorOptions generatorOptions)
private static String method_30510(OptionalLong optionalLong)
private static OptionalLong tryParseLong(String string)
public GeneratorOptions getGeneratorOptions(boolean hardcore)
private OptionalLong method_30511()
public boolean isDebugWorld()
public void setVisible(boolean visible)
public class_5455.class_5457 method_29700()
protected void method_30509(class_5455.class_5457 class_5457)