Examples of CraftBlock


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
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.