Created fully functional scrollable List GUI Element
Added GuiConnect Tab to Replay Studio
This commit is contained in:
@@ -3,7 +3,13 @@ package eu.crushedpixel.replaymod.gui.replaystudio;
|
||||
import net.minecraft.client.gui.GuiScreen;
|
||||
|
||||
public abstract class GuiStudioPart extends GuiScreen {
|
||||
|
||||
|
||||
public GuiStudioPart(int yPos) {
|
||||
this.yPos = yPos;
|
||||
}
|
||||
|
||||
protected int yPos = 0;
|
||||
|
||||
public abstract void applyFilters();
|
||||
|
||||
public abstract String getDescription();
|
||||
|
||||
Reference in New Issue
Block a user