Class EditWorldScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.EditWorldScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official cmzintermediary net/minecraft/class_387named net/minecraft/client/gui/screen/world/EditWorldScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate final IdentifibleBooleanConsumerprivate final Stringprivate TextFieldWidgetFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
ConstructorsConstructorDescriptionEditWorldScreen(IdentifibleBooleanConsumer identifibleBooleanConsumer, String string) -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char char2, int int2) protected voidinit()booleankeyPressed(int int2, int int3, int int4) static voidmethod_18857(LevelStorageAccess levelStorageAccess, String string) private voidvoidremoved()voidrender(int mouseX, int mouseY, float tickDelta) voidresize(MinecraftClient client, int width, int height) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_18423, method_18605, method_18607, method_18608, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldPauseGameMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
keyReleased, mouseScrolled
-
Field Details
-
field_20482
- Mappings:
Namespace Name Mixin selector official aLcmz;a:Lcgu;intermediary field_20482Lnet/minecraft/class_387;field_20482:Lnet/minecraft/class_356;named field_20482Lnet/minecraft/client/gui/screen/world/EditWorldScreen;field_20482:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
field_20483
- Mappings:
Namespace Name Mixin selector official fLcmz;f:Lcji;intermediary field_20483Lnet/minecraft/class_387;field_20483:Lnet/minecraft/class_1811;named field_20483Lnet/minecraft/client/gui/screen/world/EditWorldScreen;field_20483:Lnet/minecraft/client/gui/widget/IdentifibleBooleanConsumer;
-
searchField
- Mappings:
Namespace Name Mixin selector official gLcmz;g:Lcgy;intermediary field_1226Lnet/minecraft/class_387;field_1226:Lnet/minecraft/class_367;named searchFieldLnet/minecraft/client/gui/screen/world/EditWorldScreen;searchField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
levelName
- Mappings:
Namespace Name Mixin selector official hLcmz;h:Ljava/lang/String;intermediary field_1227Lnet/minecraft/class_387;field_1227:Ljava/lang/String;named levelNameLnet/minecraft/client/gui/screen/world/EditWorldScreen;levelName:Ljava/lang/String;
-
-
Constructor Details
-
EditWorldScreen
-
-
Method Details
-
tick
public void tick() -
init
protected void init() -
resize
-
removed
public void removed() -
method_18865
private void method_18865()- Mappings:
Namespace Name Mixin selector official hLcmz;h()Vintermediary method_18865Lnet/minecraft/class_387;method_18865()Vnamed method_18865Lnet/minecraft/client/gui/screen/world/EditWorldScreen;method_18865()V
-
method_18857
- Mappings:
Namespace Name Mixin selector official aLcmz;a(Lcce;Ljava/lang/String;)Vintermediary method_18857Lnet/minecraft/class_387;method_18857(Lnet/minecraft/class_102;Ljava/lang/String;)Vnamed method_18857Lnet/minecraft/client/gui/screen/world/EditWorldScreen;method_18857(Lnet/minecraft/world/level/storage/LevelStorageAccess;Ljava/lang/String;)V
-
charTyped
public boolean charTyped(char char2, int int2) - Mappings:
Namespace Name Mixin selector official charTypedLchr;charTyped(CI)Zintermediary charTypedLnet/minecraft/class_4122;charTyped(CI)Znamed charTypedLnet/minecraft/class_4122;charTyped(CI)Z
-
keyPressed
public boolean keyPressed(int int2, int int3, int int4) - Specified by:
keyPressedin interfaceclass_4122- Specified by:
keyPressedin interfaceclass_4123- Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official keyPressedLchr;keyPressed(III)Zintermediary keyPressedLnet/minecraft/class_4122;keyPressed(III)Znamed keyPressedLnet/minecraft/class_4122;keyPressed(III)Z
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-