We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392686b commit 633ea7aCopy full SHA for 633ea7a
src/main/java/com/cleanroommc/modularui/drawable/text/StyledText.java
@@ -99,8 +99,8 @@ public StyledText shadow(@Nullable Boolean shadow) {
99
}
100
101
@Override
102
- public TextWidget asWidget() {
103
- return new TextWidget(this.key)
+ public TextWidget<?> asWidget() {
+ return new TextWidget<>(this.key)
104
.alignment(this.alignment)
105
.color(this.color)
106
.scale(this.scale)
0 commit comments