Merge remote-tracking branch 'refs/remotes/origin/master' into develop-feedback
This commit is contained in:
commit
1572096020
@ -18,6 +18,10 @@ 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