Class WorldSaveConflictScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.WorldSaveConflictScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_562glue class_630server net/minecraft/class_562client qhnamed net/minecraft/client/gui/screen/world/WorldSaveConflictScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, field_155, field_157, height, minecraft, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidinit()voidrender(int mouseX, int mouseY, float delta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmed, getClipboard, handleTab, init, keyPressed, mouseClicked, mouseReleased, onKeyboardEvent, onMouseEvent, removed, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Field Details
-
ticksRan
private int ticksRan- Mappings:
Namespace Name Mixin selector intermediary field_2382Lnet/minecraft/class_562;field_2382:Iglue field_2578Lclass_630;field_2578:Iserver field_2382Lnet/minecraft/class_562;field_2382:Iclient aLqh;a:Inamed ticksRanLnet/minecraft/client/gui/screen/world/WorldSaveConflictScreen;ticksRan:I
-
-
Constructor Details
-
WorldSaveConflictScreen
public WorldSaveConflictScreen()
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_122Lnet/minecraft/class_32;method_122()Vglue method_414Lclass_117;method_414()Vserver method_122Lnet/minecraft/class_32;method_122()Vclient aLda;a()Vnamed tickLnet/minecraft/client/gui/screen/Screen;tick()V
-
init
public void init()- Overrides:
initin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_119Lnet/minecraft/class_32;method_119()Vglue method_252Lclass_117;method_252()Vserver method_119Lnet/minecraft/class_32;method_119()Vclient bLda;b()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vglue method_257Lclass_117;method_257(Lclass_389;)Vserver method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vclient aLda;a(Lke;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
render
public void render(int mouseX, int mouseY, float delta) - Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_118Lnet/minecraft/class_32;method_118(IIF)Vglue method_251Lclass_117;method_251(IIF)Vserver method_118Lnet/minecraft/class_32;method_118(IIF)Vclient aLda;a(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-