minecraft-source/src/com/mojang/realmsclient/gui/screens/RealmsLongRunningMcoTaskScr...

111 lines
5.4 KiB
Java

package com.mojang.realmsclient.gui.screens;
import org.apache.logging.log4j.LogManager;
import net.minecraft.client.gui.components.events.GuiEventListener;
import java.util.Set;
import java.util.function.Predicate;
import com.google.common.collect.Sets;
import net.minecraft.network.chat.FormattedText;
import com.mojang.blaze3d.vertex.PoseStack;
import net.minecraft.client.gui.components.Button;
import net.minecraft.network.chat.CommonComponents;
import net.minecraft.realms.NarrationHelper;
import com.mojang.realmsclient.exception.RealmsDefaultUncaughtExceptionHandler;
import com.mojang.realmsclient.util.task.LongRunningTask;
import net.minecraft.network.chat.Component;
import net.minecraft.client.gui.screens.Screen;
import org.apache.logging.log4j.Logger;
import com.mojang.realmsclient.gui.ErrorCallback;
import net.minecraft.realms.RealmsScreen;
public class RealmsLongRunningMcoTaskScreen extends RealmsScreen implements ErrorCallback {
private static final Logger LOGGER;
private final Screen lastScreen;
private volatile String title;
private volatile boolean error;
private volatile Component errorMessage;
private volatile boolean aborted;
private int animTicks;
private final LongRunningTask task;
private final int buttonLength = 212;
public static final String[] SYMBOLS;
public RealmsLongRunningMcoTaskScreen(final Screen dqs, final LongRunningTask dkz) {
this.title = "";
this.lastScreen = dqs;
(this.task = dkz).setScreen(this);
final Thread thread4 = new Thread(dkz, "Realms-long-running-task");
thread4.setUncaughtExceptionHandler(new RealmsDefaultUncaughtExceptionHandler(RealmsLongRunningMcoTaskScreen.LOGGER));
thread4.start();
}
@Override
public void tick() {
super.tick();
NarrationHelper.repeatedly(this.title);
++this.animTicks;
this.task.tick();
}
@Override
public boolean keyPressed(final int integer1, final int integer2, final int integer3) {
if (integer1 == 256) {
this.cancelOrBackButtonClicked();
return true;
}
return super.keyPressed(integer1, integer2, integer3);
}
public void init() {
this.task.init();
this.<Button>addButton(new Button(this.width / 2 - 106, RealmsScreen.row(12), 212, 20, CommonComponents.GUI_CANCEL, dni -> this.cancelOrBackButtonClicked()));
}
private void cancelOrBackButtonClicked() {
this.aborted = true;
this.task.abortTask();
this.minecraft.setScreen(this.lastScreen);
}
@Override
public void render(final PoseStack dhl, final int integer2, final int integer3, final float float4) {
this.renderBackground(dhl);
this.drawCenteredString(dhl, this.font, this.title, this.width / 2, RealmsScreen.row(3), 16777215);
if (!this.error) {
this.drawCenteredString(dhl, this.font, RealmsLongRunningMcoTaskScreen.SYMBOLS[this.animTicks % RealmsLongRunningMcoTaskScreen.SYMBOLS.length], this.width / 2, RealmsScreen.row(8), 8421504);
}
if (this.error) {
this.drawCenteredString(dhl, this.font, this.errorMessage, this.width / 2, RealmsScreen.row(8), 16711680);
}
super.render(dhl, integer2, integer3, float4);
}
@Override
public void error(final Component mr) {
this.error = true;
this.errorMessage = mr;
NarrationHelper.now(mr.getString());
this.buttonsClear();
this.<Button>addButton(new Button(this.width / 2 - 106, this.height / 4 + 120 + 12, 200, 20, CommonComponents.GUI_BACK, dni -> this.cancelOrBackButtonClicked()));
}
public void buttonsClear() {
final Set<GuiEventListener> set2 = Sets.newHashSet(this.buttons);
this.children.removeIf(set2::contains);
this.buttons.clear();
}
public void setTitle(final String string) {
this.title = string;
}
public boolean aborted() {
return this.aborted;
}
static {
LOGGER = LogManager.getLogger();
SYMBOLS = new String[] { "\u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583", "_ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584", "_ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585", "_ _ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586", "_ _ _ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587", "_ _ _ _ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588", "_ _ _ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587", "_ _ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586", "_ _ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585", "_ \u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584", "\u2583 \u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583", "\u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _", "\u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _", "\u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _ _", "\u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _ _ _", "\u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _ _ _ _", "\u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _ _ _", "\u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _ _", "\u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _ _", "\u2584 \u2585 \u2586 \u2587 \u2588 \u2587 \u2586 \u2585 \u2584 \u2583 _" };
}
}