Package forestry.core.gadgets

Examples of forestry.core.gadgets.TileEscritoire


    render(null, ForgeDirection.EAST, x, y, z);
  }

  @Override
  public void renderTileEntityAt(TileEntity tileentity, double x, double y, double z, float f) {
    TileEscritoire tile = (TileEscritoire)tileentity;
    render(tile.getStackInSlot(TileEscritoire.SLOT_ANALYZE), tile.getOrientation(), x, y, z);
  }
View Full Code Here

TOP

Related Classes of forestry.core.gadgets.TileEscritoire

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.