Compare commits
No commits in common. "157209602097bb42c8f5f42eb43ec18b4e8e5830" and "f0ffb3ad215fe3a54c13e1180cb988137c35fe88" have entirely different histories.
1572096020
...
f0ffb3ad21
@ -18,10 +18,6 @@ import java.util.stream.Collectors;
|
|||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
public class ComponentUtil {
|
public class ComponentUtil {
|
||||||
public static TextComponent pleaseWait() {
|
|
||||||
return Component.text("Bitte warte einen Augenblick...", NamedTextColor.GRAY);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static TextComponent appendWithNewline(Component a, Component b) {
|
public static TextComponent appendWithNewline(Component a, Component b) {
|
||||||
return Component.text().append(a.appendNewline().append(b)).build();
|
return Component.text().append(a.appendNewline().append(b)).build();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user