Cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user