Package net.minecraft.tileentity

Examples of net.minecraft.tileentity.TileEntity.onCreate()


              this.worldObj.setBlock(this.xCoord, this.yCoord, this.zCoord, GCBlocks.landingPadFull, 1, 3);
              final TileEntityBuggyFueler tile = (TileEntityBuggyFueler) this.worldObj.getTileEntity(this.xCoord, this.yCoord, this.zCoord);
 
              if (tile != null)
              {
                  tile.onCreate(new BlockVec3(this.xCoord, this.yCoord, this.zCoord));
              }
          }
        }
    }
}
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.