Compare commits
2 Commits
f0ffb3ad21
...
1572096020
Author | SHA1 | Date | |
---|---|---|---|
1572096020 | |||
0ff9512a7f |
@ -18,6 +18,10 @@ import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
public class ComponentUtil {
|
||||
public static TextComponent pleaseWait() {
|
||||
return Component.text("Bitte warte einen Augenblick...", NamedTextColor.GRAY);
|
||||
}
|
||||
|
||||
public static TextComponent appendWithNewline(Component a, Component b) {
|
||||
return Component.text().append(a.appendNewline().append(b)).build();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user