Moved open method to Sky Chest Container.
This commit is contained in:
@@ -82,6 +82,9 @@ import java.util.*;
|
||||
import com.google.common.base.Preconditions;
|
||||
import net.minecraftforge.registries.ForgeRegistries;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
|
||||
/**
|
||||
* @author AlgorithmX2
|
||||
@@ -312,7 +315,7 @@ public class Platform
|
||||
|
||||
return false;
|
||||
}
|
||||
//
|
||||
|
||||
// public static void openGUI(@Nonnull final PlayerEntity p, @Nullable final TileEntity tile, @Nullable final AEPartLocation side, @Nonnull final GuiBridge type )
|
||||
// {
|
||||
// if( isClient() )
|
||||
@@ -320,6 +323,8 @@ public class Platform
|
||||
// return;
|
||||
// }
|
||||
//
|
||||
// tile.getCapability(AEProtectedGui.class, side.getFacing())
|
||||
//
|
||||
// int x = (int) p.getPosX();
|
||||
// int y = (int) p.getPosY();
|
||||
// int z = (int) p.getPosZ();
|
||||
|
||||
Reference in New Issue
Block a user