Package net.minecraft.block

Examples of net.minecraft.block.BlockFenceGate


  }

  @Override
  public boolean renderWorldBlock(IBlockAccess blockAccess, int par2, int par3, int par4, Block block, int modelId, RenderBlocks rb) {

    BlockFenceGate par1BlockFenceGate = (BlockFenceGate) block;

    boolean flag = true;
    int l = rb.blockAccess.getBlockMetadata(par2, par3, par4);
    boolean flag1 = BlockFenceGate.isFenceGateOpen(l);
    int i1 = BlockDirectional.getDirection(l);
View Full Code Here

TOP

Related Classes of net.minecraft.block.BlockFenceGate

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.