Package org.bukkit.craftbukkit.block

Examples of org.bukkit.craftbukkit.block.CraftBlock


import com.bergerkiller.bukkit.common.proxies.BlockProxy;

public class BlockBase extends BlockProxy {

  public BlockBase(Chunk chunk, int x, int y, int z) {
    super(new CraftBlock((CraftChunk) chunk, x, y, z));
  }
View Full Code Here

TOP

Related Classes of org.bukkit.craftbukkit.block.CraftBlock

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.