public Block getAssociatedBlock() { return g.getBlock(x, y, z); }
public void execute() { g.getBlock(x, y, z).update(g, x, y, z, r); }