Cleanup
This commit is contained in:
@@ -74,7 +74,6 @@ public class CitrusToast implements Toast {
|
||||
int w = WIDTH;
|
||||
int h = HEIGHT;
|
||||
|
||||
// glass background, matching GLASS_PANEL style
|
||||
owo.fill(RenderPipelines.GUI, x, y, x + w, y + h, 0x40FFFFFF);
|
||||
owo.drawRectOutline(RenderPipelines.GUI, x, y, w, h, 0x64de4b);
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ import net.minecraft.sounds.SoundEvents;
|
||||
|
||||
public class ModuleRow {
|
||||
|
||||
/** Bridge to whatever boolean field actually holds the module's on/off state. */
|
||||
public interface ToggleState {
|
||||
boolean get();
|
||||
void set(boolean value);
|
||||
|
||||
@@ -104,7 +104,6 @@ public class SettingsControls {
|
||||
return button;
|
||||
}
|
||||
|
||||
// keep the old call sites compiling; defaults to index 0
|
||||
public static FlowLayout makeCyclingButton(Surface baseSurface, List<ButtonState> states) {
|
||||
return makeCyclingButton(baseSurface, states, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user