File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/io/github/cottonmc/cotton/gui/widget Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public class WItemSlot extends WWidget {
7070 private final List <ValidatedSlot > peers = new ArrayList <>();
7171 @ Nullable
7272 @ Environment (EnvType .CLIENT )
73- private BackgroundPainter backgroundPainter = null ;
73+ private BackgroundPainter backgroundPainter ;
7474 @ Nullable
7575 private Icon icon = null ;
7676 private Inventory inventory ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public abstract class WPanel extends WWidget {
2626 */
2727 protected final List <WWidget > children = new WidgetList (this , new ArrayList <>());
2828 @ Environment (EnvType .CLIENT )
29- private BackgroundPainter backgroundPainter = null ;
29+ private BackgroundPainter backgroundPainter ;
3030
3131 /**
3232 * Removes the widget from this panel.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class WSlider extends WAbstractSlider {
2525
2626 @ Environment (EnvType .CLIENT )
2727 @ Nullable
28- private BackgroundPainter backgroundPainter = null ;
28+ private BackgroundPainter backgroundPainter ;
2929
3030 public WSlider (int min , int max , Axis axis ) {
3131 super (min , max , axis );
You can’t perform that action at this time.
0 commit comments