Started Working on Security Gui. (incomplete)
This commit is contained in:
@@ -2,19 +2,13 @@ package appeng.container.implementations;
|
||||
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import appeng.api.config.SecurityPermissions;
|
||||
import appeng.container.AEBaseContainer;
|
||||
import appeng.tile.misc.TileSecurity;
|
||||
import appeng.api.storage.IStorageMonitorable;
|
||||
|
||||
public class ContainerSecurity extends AEBaseContainer
|
||||
public class ContainerSecurity extends ContainerMEMonitorable
|
||||
{
|
||||
|
||||
TileSecurity myte;
|
||||
|
||||
public ContainerSecurity(InventoryPlayer ip, TileSecurity te) {
|
||||
super( ip, te, null );
|
||||
myte = te;
|
||||
|
||||
bindPlayerInventory( ip, 0, 199 - /* height of playerinventory */82 );
|
||||
public ContainerSecurity(InventoryPlayer ip, IStorageMonitorable montiorable) {
|
||||
super( ip, montiorable );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user