1.15 port
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
package appeng.client.gui.implementations;
|
||||
|
||||
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import net.minecraft.entity.player.PlayerInventory;
|
||||
|
||||
import appeng.api.implementations.guiobjects.IPortableCell;
|
||||
import appeng.container.implementations.ContainerMEPortableCell;
|
||||
@@ -28,9 +28,9 @@ import appeng.container.implementations.ContainerMEPortableCell;
|
||||
public class GuiMEPortableCell extends GuiMEMonitorable
|
||||
{
|
||||
|
||||
public GuiMEPortableCell( final InventoryPlayer inventoryPlayer, final IPortableCell te )
|
||||
public GuiMEPortableCell( final PlayerInventory PlayerInventory, final IPortableCell te )
|
||||
{
|
||||
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, te ) );
|
||||
super( PlayerInventory, te, new ContainerMEPortableCell( PlayerInventory, te ) );
|
||||
}
|
||||
|
||||
int defaultGetMaxRows()
|
||||
|
||||
Reference in New Issue
Block a user