Examples of TileCraftCrate


Examples of vazkii.botania.common.block.tile.TileCraftCrate

    return meta == 0 ? side == 0 ? iconBottom : iconSide : side == 0 ? iconBottomCraft : iconSideCraft;
  }

  @Override
  public TileEntity createNewTileEntity(World world, int meta) {
    return meta == 0 ? new TileOpenCrate() : new TileCraftCrate();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.