private final EntityCartAnchor cartAnchor;
private final ContainerAnchor container;
public GuiCartAnchor(InventoryPlayer playerInv, EntityCartAnchor anchor) {
super(anchor, new ContainerAnchor(playerInv, anchor), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_single_slot.png");
xSize = 176;
ySize = 140;
cartAnchor = anchor;
container = (ContainerAnchor) inventorySlots;
}