2728293031323334
List<GuiButtonRP> buttonListRP = new ArrayList(); TileRPlacer placer; Aspect aspectHovered = null; public GuiRemotePlacer(TileRPlacer placer, InventoryPlayer inv) { super(new ContainerRemotePlacer(placer, inv)); this.placer = placer; }