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 babf194 commit c05bd78Copy full SHA for c05bd78
src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java
@@ -447,12 +447,6 @@ protected static Builder builder() {
447
@SuppressWarnings({ "UnusedReturnValue", "unused" })
448
public static class Builder {
449
450
- /*
451
- * NOTE:
452
- * nvm
453
- * need to figure out how best to serialize this shit
454
- * copying from GregTechDisplayScreen is easy, but extremely tedious to implement
455
- **/
456
private final List<IDrawable> textList = new ArrayList<>();
457
private Consumer<Builder> action;
458
private final SyncHandler syncHandler = makeSyncHandler();
0 commit comments