Package appeng.tile.misc

Examples of appeng.tile.misc.TileCondenser


    if ( player.isSneaking() )
      return false;

    if ( Platform.isServer() )
    {
      TileCondenser tc = getTileEntity( w, x, y, z );
      if ( tc != null && !player.isSneaking() )
      {
        Platform.openGUI( player, tc, ForgeDirection.getOrientation(side), GuiBridge.GUI_CONDENSER );
        return true;
      }
View Full Code Here

TOP

Related Classes of appeng.tile.misc.TileCondenser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.