backgroundRect.setSprite(new Rectangle(-WIDTH * SCALE, -WIDTH, HEIGHT * 2 * SCALE, HEIGHT * 2));
backgroundRect.setSource(new Rectangle(0, 0, WIDTH, HEIGHT));
popup.attachWidget(plugin, background);
// Draw title
LabelComponent labelComponent = label.add(LabelComponent.class);
labelComponent.setFont(VanillaRenderMaterials.FONT);
labelComponent.setText(ChatStyle.GRAY + title);
label.getTransform().add(0, 0.45f);
popup.attachWidget(plugin, label);
for (InventoryConverter converter : converters) {
for (Widget widget : converter.getWidgets()) {